[Non-Peak] Ghosts [Non-Peak]

Discussion in 'Active Themes' started by IceKirby, Sep 29, 2013.

  1. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Here's a theme I made on a whim today (although I've been thinking about this general concept for a while): Ghosts.

    Link: https://dl.dropboxusercontent.com/u/10065307/Mafia/Ghosts.js
    Code:
    Code (text):
    1. {
    2.     "name": "Ghosts",
    3.     "author": "RiceKirby",
    4.     "summary": "Welcome to the Ghost Town! In this place, anyone who dies becomes a Ghosts, unable to do anything other than talk while hoping a Priest will come to resurrect them! Because people instantly turns into ghosts, no one can know the dead person's role, so you have to pay attention to what happens during the night to find the Mafia!",
    5.     "nonPeak": true,
    6.     "minplayers": 4,
    7.     "ticks": {
    8.         "standby": 35
    9.     },
    10.     "sides": [
    11.         {
    12.             "side": "village",
    13.             "translation": "Good People"
    14.         },
    15.         {
    16.             "side": "mafia",
    17.             "translation": "Mafia"
    18.         }
    19.     ],
    20.     "roles": [
    21.         {
    22.             "role": "villager",
    23.             "translation": "Villager",
    24.             "side": "village",
    25.             "help": "You have no action during the night! Try to vote the Mafia during the day by typing /vote [name].",
    26.             "actions": {
    27.                 "lynch": {
    28.                     "convertTo": "ghost_villager",
    29.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    30.                 },
    31.                 "copy": {
    32.                     "mode": "ignore",
    33.                     "silent": true
    34.                 },
    35.                 "convert": {
    36.                     "mode": {
    37.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    38.                     },
    39.                     "silent": true
    40.                 }
    41.             },
    42.             "winIfDeadRoles": [
    43.                 "mafia",
    44.                 "framer",
    45.                 "framer2",
    46.                 "framer3"
    47.             ]
    48.         },
    49.         {
    50.             "role": "neighbour",
    51.             "translation": "Neighbour",
    52.             "side": "village",
    53.             "help": "Once during the game, you can type /greet [name] to reveal your identity to another player. Be careful to not greet the Mafia!",
    54.             "info": "Can greet 1 person during the night to reveal itself to that person (once in the game). Sided with Good People. ",
    55.             "actions": {
    56.                 "night": {
    57.                     "greet": {
    58.                         "command": "dummy",
    59.                         "common": "Self",
    60.                         "target": "AnyButSelf",
    61.                         "priority": 3,
    62.                         "dummytargetmsg": "Hello, ~Target~, I'm ~Self~, your ~Role~!",
    63.                         "charges": 1
    64.                     }
    65.                 },
    66.                 "lynch": {
    67.                     "convertTo": "ghost_neighbour",
    68.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    69.                 },
    70.                 "copy": {
    71.                     "mode": "ignore",
    72.                     "silent": true
    73.                 },
    74.                 "convert": {
    75.                     "mode": {
    76.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    77.                     },
    78.                     "silent": true
    79.                 }
    80.             },
    81.             "winIfDeadRoles": [
    82.                 "mafia",
    83.                 "framer",
    84.                 "framer2",
    85.                 "framer3"
    86.             ]
    87.         },
    88.         {
    89.             "role": "neighbour2",
    90.             "translation": "Neighbour",
    91.             "side": "village",
    92.             "help": "Once during the game, you can type /greet [name] to reveal your identity to another player. Be careful to not greet the Mafia!",
    93.             "hide": true,
    94.             "actions": {
    95.                 "night": {
    96.                     "greet": {
    97.                         "command": "dummy",
    98.                         "common": "Self",
    99.                         "target": "AnyButSelf",
    100.                         "priority": 3,
    101.                         "dummytargetmsg": "Hello, ~Target~, I'm ~Self~, your ~Role~!",
    102.                         "hide": true
    103.                     }
    104.                 },
    105.                 "lynch": {
    106.                     "convertTo": "ghost_neighbour2",
    107.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    108.                 },
    109.                 "copy": {
    110.                     "mode": "ignore",
    111.                     "silent": true
    112.                 },
    113.                 "convert": {
    114.                     "mode": {
    115.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    116.                     },
    117.                     "silent": true
    118.                 }
    119.             },
    120.             "winIfDeadRoles": [
    121.                 "mafia",
    122.                 "framer",
    123.                 "framer2",
    124.                 "framer3"
    125.             ]
    126.         },
    127.         {
    128.             "role": "bodyguard",
    129.             "translation": "Bodyguard",
    130.             "side": "village",
    131.             "help": "You can type /protect [name] during the night to save someone's life, but if someone tries to kill that person, you will die instead!",
    132.             "info": "Can protect one person during the night (dies instead of the protected person). Sided with Good People. ",
    133.             "actions": {
    134.                 "night": {
    135.                     "protect": {
    136.                         "command": "shield",
    137.                         "common": "Self",
    138.                         "target": "AnyButSelf",
    139.                         "priority": 1,
    140.                         "shieldActions": ["kill"]
    141.                     }
    142.                 },
    143.                 "lynch": {
    144.                     "convertTo": "ghost_bodyguard",
    145.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    146.                 },
    147.                 "copy": {
    148.                     "mode": "ignore",
    149.                     "silent": true
    150.                 },
    151.                 "convert": {
    152.                     "mode": {
    153.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    154.                     },
    155.                     "silent": true
    156.                 }
    157.             },
    158.             "winIfDeadRoles": [
    159.                 "mafia",
    160.                 "framer",
    161.                 "framer2",
    162.                 "framer3"
    163.             ]
    164.         },
    165.         {
    166.             "role": "priest",
    167.             "translation": "Priest",
    168.             "side": "village",
    169.             "help": "Once during the game, you can type /revive [name] to resurrect a dead person!",
    170.             "info": "Can revive one person during the night (once in the game). Sided with Good People. ",
    171.             "actions": {
    172.                 "night": {
    173.                     "revive": {
    174.                         "command": "convert",
    175.                         "common": "Self",
    176.                         "target": "AnyButSelf",
    177.                         "priority": 2,
    178.                         "charges": 1,
    179.                         "newRole": {
    180.                             "villager": ["ghost_villager"],
    181.                             "neighbour2": ["ghost_neighbour", "ghost_neighbour2"],
    182.                             "bodyguard": ["ghost_bodyguard"],
    183.                             "bulletproof3": ["ghost_bulletproof3"],
    184.                             "bulletproof": ["ghost_bulletproof"],
    185.                             "mafia": ["ghost_mafia"],
    186.                             "framer3": ["ghost_framer", "ghost_framer3"]
    187.                         },
    188.                         "usermsg": "You resurrected ~Target~!",
    189.                         "convertmsg": "~Target~ was resurrected by the Priest!"
    190.                     }
    191.                 },
    192.                 "lynch": {
    193.                     "convertTo": "ghost_priest",
    194.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    195.                 },
    196.                 "copy": {
    197.                     "mode": "ignore",
    198.                     "silent": true
    199.                 },
    200.                 "convert": {
    201.                     "mode": {
    202.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    203.                     },
    204.                     "silent": true
    205.                 }
    206.             },
    207.             "winIfDeadRoles": [
    208.                 "mafia",
    209.                 "framer",
    210.                 "framer2",
    211.                 "framer3"
    212.             ]
    213.         },
    214.         {
    215.             "role": "bulletproof",
    216.             "translation": "Bulletproof",
    217.             "side": "village",
    218.             "help": "You have a bulletproof vest, so you are able to survive for 1 night attack during the game!",
    219.             "info": "Survives 1 night attack (can get killed normally after that). Sided with Good People. ",
    220.             "actions": {
    221.                 "lynch": {
    222.                     "convertTo": "ghost_bulletproof",
    223.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    224.                 },
    225.                 "copy": {
    226.                     "mode": "ignore",
    227.                     "silent": true
    228.                 }
    229.             },
    230.             "winIfDeadRoles": [
    231.                 "mafia",
    232.                 "framer",
    233.                 "framer2",
    234.                 "framer3"
    235.             ]
    236.         },
    237.         {
    238.             "role": "bulletproof2",
    239.             "translation": "Bulletproof",
    240.             "side": "village",
    241.             "help": "You have been shot, but your bulletproof vest saved you! Unfortunately, you won't be able to take a 2nd shot, so be careful!",
    242.             "hide": true,
    243.             "actions": {
    244.                 "initialCondition": {
    245.                     "curse": {
    246.                         "cursedRole": "bulletproof3",
    247.                         "curseCount": -1,
    248.                         "silentCurse": true
    249.                     }
    250.                 },
    251.                 "convert": {
    252.                     "mode": "ignore",
    253.                     "silent": true
    254.                 },
    255.                 "copy": {
    256.                     "mode": "ignore",
    257.                     "silent": true
    258.                 },
    259.                 "convert": {
    260.                     "mode": {
    261.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    262.                     },
    263.                     "silent": true
    264.                 }
    265.             },
    266.             "winIfDeadRoles": [
    267.                 "mafia",
    268.                 "framer",
    269.                 "framer2",
    270.                 "framer3"
    271.             ]
    272.         },
    273.         {
    274.             "role": "bulletproof3",
    275.             "translation": "Bulletproof",
    276.             "side": "village",
    277.             "help": "You have been shot, but your bulletproof vest saved you! Unfortunately, you won't be able to take a 2nd shot, so be careful!",
    278.             "hide": true,
    279.             "actions": {
    280.                 "lynch": {
    281.                     "convertTo": "ghost_bulletproof3",
    282.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    283.                 },
    284.                 "copy": {
    285.                     "mode": "ignore",
    286.                     "silent": true
    287.                 },
    288.                 "convert": {
    289.                     "mode": {
    290.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    291.                     },
    292.                     "silent": true
    293.                 }
    294.             },
    295.             "winIfDeadRoles": [
    296.                 "mafia",
    297.                 "framer",
    298.                 "framer2",
    299.                 "framer3"
    300.             ]
    301.         },
    302.         {
    303.             "role": "mafia",
    304.             "translation": "Mafia",
    305.             "side": "mafia",
    306.             "help": "Type /kill [name] during the night to kill someone and transform them into a ghost!",
    307.             "actions": {
    308.                 "night": {
    309.                     "kill": {
    310.                         "command": ["convert", "curse", "dummy"],
    311.                         "common": "Team",
    312.                         "target": "AnyButTeam",
    313.                         "priority": 5,
    314.                         "newRole": {
    315.                             "bulletproof2": ["bulletproof"]
    316.                         },
    317.                         "cursedRole": {
    318.                             "ghost_villager": ["villager"],
    319.                             "ghost_neighbour": ["neighbour"],
    320.                             "ghost_neighbour2": ["neighbour2"],
    321.                             "ghost_priest": ["priest"],
    322.                             "ghost_bodyguard": ["bodyguard"],
    323.                             "ghost_bulletproof3": ["bulletproof3"]
    324.                         },
    325.                         "curseCount": -1,
    326.                         "convertmsg": "The Bulletproof was shot!",
    327.                         "curseConvertMessage": "~Target~ was shot!",
    328.                         "usermsg": "You attacked ~Target~!",
    329.                         "dummybroadcastmsg": "A suspicious person was seen wandering around during the night!",
    330.                         "broadcast": "team"
    331.                     }
    332.                 },
    333.                 "startup": "team-reveal-with-roles",
    334.                 "lynch": {
    335.                     "convertTo": "ghost_mafia",
    336.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    337.                 },
    338.                 "dummy2": {
    339.                     "mode": "ignore",
    340.                     "silent": true
    341.                 }
    342.             },
    343.             "winIfDeadRoles": [
    344.                 "villager",
    345.                 "neighbour",
    346.                 "neighbour2",
    347.                 "bodyguard",
    348.                 "priest",
    349.                 "bulletproof",
    350.                 "bulletproof2",
    351.                 "bulletproof3"
    352.             ]
    353.         },
    354.         {
    355.             "role": "framer",
    356.             "translation": "Framer",
    357.             "side": "mafia",
    358.             "help": "Type /kill [name] during the night to kill someone and transform them into a ghost! Once during the game, you can also use /frame [name] on any player to change the number of people seen walking during the night (using on a teammate to reduce, or on a villager to increase).",
    359.             "info": "Can kill one person during the night. Can change the amount of people seen during a night attack (once during the game). Sided with Mafia. ",
    360.             "actions": {
    361.                 "night": {
    362.                     "kill": {
    363.                         "command": ["convert", "curse", "dummy"],
    364.                         "common": "Team",
    365.                         "target": "AnyButTeam",
    366.                         "priority": 5,
    367.                         "newRole": {
    368.                             "bulletproof2": ["bulletproof"]
    369.                         },
    370.                         "cursedRole": {
    371.                             "ghost_villager": ["villager"],
    372.                             "ghost_neighbour": ["neighbour"],
    373.                             "ghost_neighbour2": ["neighbour2"],
    374.                             "ghost_priest": ["priest"],
    375.                             "ghost_bodyguard": ["bodyguard"],
    376.                             "ghost_bulletproof3": ["bulletproof3"]
    377.                         },
    378.                         "curseCount": -1,
    379.                         "convertmsg": "The Bulletproof was shot!",
    380.                         "curseConvertMessage": "~Target~ was shot!",
    381.                         "usermsg": "You attacked ~Target~!",
    382.                         "dummybroadcastmsg": "A suspicious person was seen wandering around during the night!",
    383.                         "broadcast": "team"
    384.                     },
    385.                     "frame": {
    386.                         "command": ["dummy2", "copy"],
    387.                         "common": "Self",
    388.                         "target": "Any",
    389.                         "priority": 4,
    390.                         "charges": 1,
    391.                         "initialrecharge": 2,
    392.                         "copyAs": "framer2",
    393.                         "canCopy": ["mafia", "framer"],
    394.                         "dummy2broadcastmsg": "A suspicious person was seen wandering around during the night!",
    395.                         "silentCopy": true,
    396.                         "silent": true,
    397.                         "broadcast": "team"
    398.                     }
    399.                 },
    400.                 "startup": "team-reveal-with-roles",
    401.                 "lynch": {
    402.                     "convertTo": "ghost_framer",
    403.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    404.                 },
    405.                 "dummy2": {
    406.                     "mode": "ignore",
    407.                     "silent": true
    408.                 }
    409.             },
    410.             "winIfDeadRoles": [
    411.                 "villager",
    412.                 "neighbour",
    413.                 "neighbour2",
    414.                 "bodyguard",
    415.                 "priest",
    416.                 "bulletproof",
    417.                 "bulletproof2",
    418.                 "bulletproof3"
    419.             ]
    420.         },
    421.         {
    422.             "role": "framer2",
    423.             "translation": "Framer",
    424.             "side": "mafia",
    425.             "help": "Type /kill [name] during the night to kill someone and transform them into a ghost! Once during the game, you can also use /frame [name] on any player to change the number of people seen walking during the night (using on a teammate to reduce, or on a villager to increase).",
    426.             "hide": true,
    427.             "actions": {
    428.                 "night": {
    429.                     "kill": {
    430.                         "command": ["convert", "curse"],
    431.                         "common": "Team",
    432.                         "target": "AnyButTeam",
    433.                         "priority": 5,
    434.                         "newRole": {
    435.                             "bulletproof2": ["bulletproof"]
    436.                         },
    437.                         "cursedRole": {
    438.                             "ghost_villager": ["villager"],
    439.                             "ghost_neighbour": ["neighbour"],
    440.                             "ghost_neighbour2": ["neighbour2"],
    441.                             "ghost_priest": ["priest"],
    442.                             "ghost_bodyguard": ["bodyguard"],
    443.                             "ghost_bulletproof3": ["bulletproof3"]
    444.                         },
    445.                         "curseCount": -1,
    446.                         "convertmsg": "The Bulletproof was shot!",
    447.                         "curseConvertMessage": "~Target~ was shot!",
    448.                         "usermsg": "You attacked ~Target~!",
    449.                         "broadcast": "team",
    450.                         "hide": true
    451.                     }
    452.                 },
    453.                 "initialCondition": {
    454.                     "curse": {
    455.                         "cursedRole": "framer3",
    456.                         "curseCount": -1,
    457.                         "silentCurse": true
    458.                     }
    459.                 },
    460.                 "startup": "team-reveal-with-roles",
    461.                 "dummy2": {
    462.                     "mode": "ignore",
    463.                     "silent": true
    464.                 }
    465.             },
    466.             "winIfDeadRoles": [
    467.                 "villager",
    468.                 "neighbour",
    469.                 "neighbour2",
    470.                 "bodyguard",
    471.                 "priest",
    472.                 "bulletproof",
    473.                 "bulletproof2",
    474.                 "bulletproof3"
    475.             ]
    476.         },
    477.         {
    478.             "role": "framer3",
    479.             "translation": "Framer",
    480.             "side": "mafia",
    481.             "help": "Type /kill [name] during the night to kill someone and transform them into a ghost! Once during the game, you can also use /frame [name] on any player to change the number of people seen walking during the night (using on a teammate to reduce, or on a villager to increase).",
    482.             "hide": true,
    483.             "actions": {
    484.                 "night": {
    485.                     "kill": {
    486.                         "command": ["convert", "curse", "dummy"],
    487.                         "common": "Team",
    488.                         "target": "AnyButTeam",
    489.                         "priority": 5,
    490.                         "newRole": {
    491.                             "bulletproof2": ["bulletproof"]
    492.                         },
    493.                         "cursedRole": {
    494.                             "ghost_villager": ["villager"],
    495.                             "ghost_neighbour": ["neighbour"],
    496.                             "ghost_neighbour2": ["neighbour2"],
    497.                             "ghost_priest": ["priest"],
    498.                             "ghost_bodyguard": ["bodyguard"],
    499.                             "ghost_bulletproof3": ["bulletproof3"]
    500.                         },
    501.                         "curseCount": -1,
    502.                         "convertmsg": "The Bulletproof was shot!",
    503.                         "curseConvertMessage": "~Target~ was shot!",
    504.                         "usermsg": "You attacked ~Target~!",
    505.                         "dummybroadcastmsg": "A suspicious person was seen wandering around during the night!",
    506.                         "broadcast": "team",
    507.                         "hide": true
    508.                     },
    509.                     "frame": {
    510.                         "command": ["dummy2", "copy"],
    511.                         "common": "Self",
    512.                         "target": "Any",
    513.                         "priority": 4,
    514.                         "copyAs": "framer2",
    515.                         "canCopy": ["mafia", "framer"],
    516.                         "dummy2broadcastmsg": "A suspicious person was seen wandering around during the night!",
    517.                         "silentCopy": true,
    518.                         "silent": true,
    519.                         "broadcast": "team",
    520.                         "hide": true
    521.                     }
    522.                 },
    523.                 "startup": "team-reveal-with-roles",
    524.                 "lynch": {
    525.                     "convertTo": "ghost_framer3",
    526.                     "lynchmsg": "~Self~ has been lynched and became a ghost after receiving ~Count~ votes!"
    527.                 },
    528.                 "dummy2": {
    529.                     "mode": "ignore",
    530.                     "silent": true
    531.                 }
    532.             },
    533.             "winIfDeadRoles": [
    534.                 "villager",
    535.                 "neighbour",
    536.                 "neighbour2",
    537.                 "bodyguard",
    538.                 "priest",
    539.                 "bulletproof",
    540.                 "bulletproof2",
    541.                 "bulletproof3"
    542.             ]
    543.         },
    544.         {
    545.             "role": "ghost_villager",
    546.             "translation": "Villager (Dead)",
    547.             "side": "village",
    548.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    549.             "hide": true,
    550.             "actions": {
    551.                 "vote": 0,
    552.                 "voteshield": -1000,
    553.                 "onlist": "villager",
    554.                 "onteam": "villager",
    555.                 "copy": {
    556.                     "mode": "ignore",
    557.                     "silent": true
    558.                 },
    559.                 "convert": {
    560.                     "mode": {
    561.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    562.                     },
    563.                     "silent": true
    564.                 }
    565.             }
    566.         },
    567.         {
    568.             "role": "ghost_neighbour",
    569.             "translation": "Neighbour (Dead)",
    570.             "side": "village",
    571.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    572.             "hide": true,
    573.             "actions": {
    574.                 "vote": 0,
    575.                 "voteshield": -1000,
    576.                 "onlist": "neighbour",
    577.                 "onteam": "neighbour",
    578.                 "copy": {
    579.                     "mode": "ignore",
    580.                     "silent": true
    581.                 },
    582.                 "convert": {
    583.                     "mode": {
    584.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    585.                     },
    586.                     "silent": true
    587.                 }
    588.             }
    589.         },
    590.         {
    591.             "role": "ghost_neighbour2",
    592.             "translation": "Neighbour (Dead)",
    593.             "side": "village",
    594.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    595.             "hide": true,
    596.             "actions": {
    597.                 "vote": 0,
    598.                 "voteshield": -1000,
    599.                 "onlist": "neighbour",
    600.                 "onteam": "neighbour",
    601.                 "copy": {
    602.                     "mode": "ignore",
    603.                     "silent": true
    604.                 },
    605.                 "convert": {
    606.                     "mode": {
    607.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    608.                     },
    609.                     "silent": true
    610.                 }
    611.             }
    612.         },
    613.         {
    614.             "role": "ghost_bodyguard",
    615.             "translation": "Bodyguard (Dead)",
    616.             "side": "village",
    617.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    618.             "hide": true,
    619.             "actions": {
    620.                 "vote": 0,
    621.                 "voteshield": -1000,
    622.                 "onlist": "bodyguard",
    623.                 "onteam": "bodyguard",
    624.                 "copy": {
    625.                     "mode": "ignore",
    626.                     "silent": true
    627.                 },
    628.                 "convert": {
    629.                     "mode": {
    630.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    631.                     },
    632.                     "silent": true
    633.                 }
    634.             }
    635.         },
    636.         {
    637.             "role": "ghost_priest",
    638.             "translation": "Priest (Dead)",
    639.             "side": "village",
    640.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    641.             "hide": true,
    642.             "actions": {
    643.                 "vote": 0,
    644.                 "voteshield": -1000,
    645.                 "onlist": "priest",
    646.                 "onteam": "priest",
    647.                 "copy": {
    648.                     "mode": "ignore",
    649.                     "silent": true
    650.                 },
    651.                 "convert": {
    652.                     "mode": {
    653.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    654.                     },
    655.                     "silent": true
    656.                 }
    657.             }
    658.         },
    659.         {
    660.             "role": "ghost_bulletproof",
    661.             "translation": "Bulletproof (Dead)",
    662.             "side": "village",
    663.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    664.             "hide": true,
    665.             "actions": {
    666.                 "vote": 0,
    667.                 "voteshield": -1000,
    668.                 "onlist": "bulletproof",
    669.                 "onteam": "bulletproof",
    670.                 "copy": {
    671.                     "mode": "ignore",
    672.                     "silent": true
    673.                 },
    674.                 "convert": {
    675.                     "mode": {
    676.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    677.                     },
    678.                     "silent": true
    679.                 }
    680.             }
    681.         },
    682.         {
    683.             "role": "ghost_bulletproof3",
    684.             "translation": "Bulletproof (Dead)",
    685.             "side": "village",
    686.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    687.             "hide": true,
    688.             "actions": {
    689.                 "vote": 0,
    690.                 "voteshield": -1000,
    691.                 "onlist": "bulletproof",
    692.                 "onteam": "bulletproof",
    693.                 "copy": {
    694.                     "mode": "ignore",
    695.                     "silent": true
    696.                 },
    697.                 "convert": {
    698.                     "mode": {
    699.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    700.                     },
    701.                     "silent": true
    702.                 }
    703.             }
    704.         },
    705.         {
    706.             "role": "ghost_mafia",
    707.             "translation": "Mafia (Dead)",
    708.             "side": "mafia",
    709.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    710.             "hide": true,
    711.             "actions": {
    712.                 "vote": 0,
    713.                 "voteshield": -1000,
    714.                 "onlist": "mafia",
    715.                 "copy": {
    716.                     "mode": "ignore",
    717.                     "silent": true
    718.                 },
    719.                 "dummy2": {
    720.                     "mode": "ignore",
    721.                     "silent": true
    722.                 },
    723.                 "startup": "team-reveal-with-roles"
    724.             }
    725.         },
    726.         {
    727.             "role": "ghost_framer",
    728.             "translation": "Framer (Dead)",
    729.             "side": "mafia",
    730.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    731.             "hide": true,
    732.             "actions": {
    733.                 "vote": 0,
    734.                 "voteshield": -1000,
    735.                 "onlist": "framer",
    736.                 "copy": {
    737.                     "mode": "ignore",
    738.                     "silent": true
    739.                 },
    740.                 "dummy2": {
    741.                     "mode": "ignore",
    742.                     "silent": true
    743.                 },
    744.                 "startup": "team-reveal-with-roles"
    745.             }
    746.         },
    747.         {
    748.             "role": "ghost_framer3",
    749.             "translation": "Framer (Dead)",
    750.             "side": "mafia",
    751.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    752.             "hide": true,
    753.             "actions": {
    754.                 "vote": 0,
    755.                 "voteshield": -1000,
    756.                 "onlist": "framer",
    757.                 "copy": {
    758.                     "mode": "ignore",
    759.                     "silent": true
    760.                 },
    761.                 "dummy2": {
    762.                     "mode": "ignore",
    763.                     "silent": true
    764.                 },
    765.                 "startup": "team-reveal-with-roles"
    766.             }
    767.         },
    768.         {
    769.             "role": "dead_people",
    770.             "translation": "Ghost",
    771.             "side": "village",
    772.             "help": "I see dead people...",
    773.             "info": "Whoever dies becomes a Ghost. Vote counts as 0, cannot be lynched and still win with their original side. Ghosts can also be resurrected by the Priest.",
    774.             "hide": "side",
    775.             "actions": {
    776.                
    777.             }
    778.         }
    779.     ],
    780.     "roles1": [
    781.         "mafia",
    782.         "villager",
    783.         "villager",
    784.         "neighbour",
    785.         "priest",
    786.         "mafia",
    787.         "bodyguard",
    788.         "villager",
    789.         "villager",
    790.         "framer",
    791.         "bulletproof",
    792.         "villager"
    793.     ]
    794. }
    Theme Concept:
    This theme revolves around a simple concept: No one dies. Well, they die, but they are not removed from the game. Dead players become Ghosts, who can't do anything other than talk while the alive players are still trying to win.
    For that concept to work, I added a few extra concepts too. First, it's a No-Reveal setup, which means whenever someone dies, their role is not revealed.
    Since that setting would give great advantage to the Mafia, another feature was added, loosely based on the No-Host version of Party Mafia: Whenever mafia attacks, 1 "Suspicious person seen during the night" message for each Mafia member alive is broadcast to all players, which allows players to deduce how many mafia members are still alive (although there's a Framer role that can manipulate that).

    I'm not experienced with small game setups, so I have no idea how the balance for this theme will be, or even if the theme concept will work at all. If at least the concept works but the balance is not good, I could add a Mortician role to village (can inspect dead players), make it so Mafia can't kill N1 or tweak the number of Mafia in the game, or some other modification. I thought about having a Side Inspector for villager, and then having Framer being able to manipulate how players are inspected, but I found it a bad idea in a theme where no one is removed from the game (ghost voices would sux).

    Since I made this theme on a whim and in a single day, the quality could be lower than what I usually look for, so my expectatives are not high, but I still think it's worth a review, so feel free to be as harsh (but fair) as you want :3.

    Roles:
    Good People (Village)
    Villager: Normal Villager.
    Neighbour: Once per game, can /greet [name] to reveal itself to another player.
    Bodyguard: Meatshielding Bodyguard (if the protected person is attacked, the Bodyguard takes the hit instead).
    Priest: Can resurrect a player once during the game.
    Bulletproof: Can resist 1 nightkill during the game.

    Mafia
    Mafia: Shared nightkill. Whenever Mafia attacks someone, 1 "Suspicious person seen during the night" message is broadcast to all players for each Mafia member alive.
    Framer: Shared nightkill. Once per game, can /frame a teammate or partner. If using on a teammate, there will be 1 less "Suspicious Person seen during the night" message. If using on a village-sided role, there will be 1 more of that same message.

    Dead People
    Ghosts: Whenever a player is nightkilled or lynched, they are not removed from the game. Instead, they become a Ghost role, with no actions or votes, and that cannot be lynched anymore. They are still sided with their original team, and if resurrected will go back to being their former role.
    Priority:
    [1] Bodyguard (Protect)
    [2] Priest (Revive)
    [3] Neighbour (Greet)
    [4] Framer (Frame)
    [5] Mafia (Kill)
    [5] Framer (Kill)
    Spawn Lists
    List 1 (4~12 players):
    1. Mafia (mafia)
    2. Villager (villager)
    3. Villager (villager)
    4. Neighbour (neighbour)
    5. Priest (priest)
    6. Mafia (mafia)
    7. Bodyguard (bodyguard)
    8. Villager (villager)
    9. Villager (villager)
    10. Framer (framer)
    11. Bulletproof (bulletproof)
    12. Villager (villager)
    Updates:
    None so far.

    Final Note: There still a bug with /shield, so this theme won't fully work until the fix is merged (which shouldn't take long). Fixed.
     
    Last edited: Sep 29, 2013
  2. 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 found it again when I was coding last night...

    I added a feature awhile back for "closed setups" which removes the "Current Team" broadcast line, maybe that would help "conceal" who gets killed too? That way Priest doesn't know "Oh, X is the Bodyguard... Maybe I should revive them"

    Code (text):
    1. "closedSetup": true,
    Global attribute, might need whitelisting in theme checker, I can't recall if I mentioned it when I added it.
     
  3. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I'm using onteam, so the Current Team for village is not different from Current Roles line (except for the Mafia roles, obviously). The ghosts doesn't change side, so the Current Team line will never change during the game (except for slays).
     
  4. MewtwoHidden

    MewtwoHidden My Hax Makes Me Famous

    Joined:
    Nov 22, 2012
    Messages:
    823
    Likes Received:
    119
    PO Trainer Name:
    MewtwoHidden
    Interesting concept couldn't find anything that was obviously wrong. Test [1]
     
  5. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Different game style. I'm not sure how people being able to talk during the game (after 'death') would end up working out. It would create a new play style where mafia can also claim villager roles (assuming revival or other things). But still, most villagers will claim what they were and will help during the game. Or troll. They will also add to the votes which will confuse players and any counters on 'dead' players will result in slanted votes because you won't even know who to correctly vote. It would be a bad idea to counter, true, but people may forget who's dead or not (nonpeak, I'd assume around ~7 players dead at most). Still, might be a bit much to have to remember the dead. Frames seem good for this concept, but still possibly confusing. Point of a Test [2] is to see how it will work and stuff, so yeah.
     
  6. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I wanted to give revealRole on all dead players, but since each of them gets a different role, it would end being possible to deduce the role by that (unless I code a "anonymous-revealRole" feature :x).
     
  7. Windblown

    Windblown sable knight

    Joined:
    Aug 12, 2012
    Messages:
    841
    Likes Received:
    169
    Interesting roles with neighbour, priest, and framer; definitely a concept I'd like to try playing. Test [3]

    Although would it be a good idea to move the framer up a bit or even switch with the 2nd mafia? Or would that make things too confusing?
     
  8. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I would expect things to get confusing. Framer can make Village spend an entire turn thinking they made the wrong move when they did it right (and vice-versa), which is a lot of time in such small games.

    BTW, a possibility I was thinking about is to allow team-killing. Since no one is removed from the game, getting nightkilled basically cleans a person, so maybe allowing mafia to kill a teammate to mislead the village could have a good strategic value without actually ruining a partner's game (especially when there's a Priest around).

    Edit:
    First log (7 players):
    (23:33:38) ***************************************************************************************
    (23:33:38) ±Game: RiceKirby started a game with theme Ghosts!
    (23:33:38) ±Game: Type /Join to enter the game!
    (23:33:38) ***************************************************************************************

    A Ghosts-themed mafia game is starting, RiceKirby!
    (23:33:38) ±Game: Welcome to the Ghost Town! In this place, anyone who dies becomes a Ghost, unable to do anything other than talk while hoping a Priest will come to resurrect them! Because people instantly turns into ghosts, no one can know the dead person's role, so you have to pay attention to what happens during the night to find the Mafia!
    (23:33:38) ±Game: RiceKirby joined the game!
    (23:33:41) ±Game: bbyJesus joined the game!
    (23:33:44) RiceKirby: Let's try this
    (23:33:46) ±Game: BlackStar44 joined the game!
    (23:33:46) bbyJesus: ayo its bby again
    (23:33:47) Konoha Roll: Sheath Knight, that's what u get claimin' ded chars
    (23:33:48) ±Game: Joeypals joined the game!
    (23:33:48) ±Game: Konoha Roll joined the game!
    (23:33:49) ±Game: L joined the game!
    (23:33:49) ±Game: Sheath Knight joined the game!
    (23:33:50) BlackStar44: ghost
    (23:33:54) RiceKirby: inb4 it peaks
    (23:33:56) L: I hope I'm Danny Phantom
    (23:33:58) Sheath Knight: Konoha roll, you're pointing out the obvious
    (23:33:59) BlackStar44: psychic
    (23:34:00) Stingbow joined the channel.
    (23:34:01) Joeypals: This seems familiar but doesn't
    (23:34:05) BlackStar44: lol L

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

    (23:34:09) RiceKirby: It's a new theme in testing
    (23:34:12) BlackStar44: im casper
    (23:34:13) Caffie left the channel.
    (23:34:13) Sheath Knight: for this next game i will be a counter rander
    (23:34:15) Sheath Knight: NO MATTER WHO YOU ARE.
    (23:34:17) Sheath Knight: fear meee
    (23:34:18) Joeypals: Ironically L I'm making DP
    (23:34:19) RiceKirby: And a really weird one
    (23:34:28) Konoha Roll: I'll be a Gengar
    (23:34:29) Joeypals: Not for the contest but in general
    (23:34:38) ***************************************************************************************
    (23:34:38) Times Up! :
    (23:34:38) The Roles have been Decided! :
    (23:34:38) ±Game: You are a Villager!
    (23:34:38) ±Game: You have no action during the night! Try to vote the Mafia during the day by typing /vote [name].
    (23:34:38) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:34:38) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:34:38) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:34:38) ±Time: Night 1
    (23:34:38) Make your moves, you only have 30 seconds! :
    (23:34:38) ***************************************************************************************
    (23:34:41) BlackStar44: fuck it im giratina
    (23:34:46) Konoha Roll: BG on me
    (23:34:47) BlackStar44: villy
    (23:34:50) BlackStar44: ugh
    (23:34:55) Joeypals: Who claims anyway?
    (23:35:02) RiceKirby: No one necessarily
    (23:35:07) ***************************************************************************************
    (23:35:07) Times Up! :
    (23:35:07) ±Game: A suspicious person was seen wandering around during the night!
    (23:35:07) ±Game: A suspicious person was seen wandering around during the night!
    (23:35:07) ±Game: Konoha Roll was shot and died!
    (23:35:07) No one died! :
    (23:35:07) ***************************************************************************************
    (23:35:07) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:35:07) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:35:07) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:35:07) ±Time: Day 1
    (23:35:07) You have 35 seconds to debate who are the bad guys! :
    (23:35:07) ***************************************************************************************
    (23:35:14) RiceKirby: There's no Inspector
    (23:35:18) Joeypals: Dem suspicious people
    (23:35:19) BlackStar44: damn
    (23:35:21) bbyJesus: yet hes not dead
    (23:35:21) L left the channel.
    (23:35:22) Konoha Roll: gj BGing me
    (23:35:26) RiceKirby: And people doesn't die, they become Ghosts
    (23:35:26) Konoha Roll: I'm really glad
    (23:35:29) L joined the channel.
    (23:35:33) L: Ro
    (23:35:36) bbyJesus: o lawd
    (23:35:36) *** Konoha Roll claps
    (23:35:41) BlackStar44: sheath
    (23:35:42) ***************************************************************************************
    (23:35:42) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:35:42) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:35:42) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:35:42) ±Time: Day 1
    (23:35:42) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:35:42) ***************************************************************************************
    (23:35:48) Joeypals: I don't see any Ghosts though lol
    (23:35:49) Konoha Roll: voting now
    (23:35:50) Sheath Knight: no matter what I will counter you
    (23:35:50) Milk left the channel.
    (23:35:51) ! HC ! Tyrantrum left the channel.
    (23:35:51) *** Joeypals is confused
    (23:35:54) ±Game: Konoha Roll voted for bbyJesus!
    (23:35:55) Konoha Roll: Claim
    (23:35:58) bbyJesus: IM nG
    (23:35:58) RiceKirby: And we can't know which role died, but we can count the Suspicious Person at night
    (23:35:59) bbyJesus: nb
    (23:36:01) ±Game: Joeypals voted for bbyJesus!
    (23:36:02) ±Game: BlackStar44 voted for bbyJesus!
    (23:36:04) Joeypals: Yeah, no
    (23:36:05) ±Game: bbyJesus voted for BlackStar44!
    (23:36:07) bbyJesus: dont vote me
    (23:36:07) BlackStar44: y not
    (23:36:10) ±Game: RiceKirby voted for BlackStar44!
    (23:36:10) bbyJesus: tie it
    (23:36:13) Joeypals: Oh, nb = neighbor
    (23:36:16) Konoha Roll: Leave it
    (23:36:17) ***************************************************************************************
    (23:36:17) Times Up! :
    (23:36:17) No one was voted off! :
    (23:36:17) ***************************************************************************************
    (23:36:17) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:36:17) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:36:17) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:36:17) ±Time: Night 2
    (23:36:17) Make your moves, you only have 30 seconds! :
    (23:36:17) ***************************************************************************************
    (23:36:19) Konoha Roll: good
    (23:36:23) BlackStar44: omg
    (23:36:27) Konoha Roll: btw I was the priest
    (23:36:29) RiceKirby: We just lost a turn
    (23:36:32) Konoha Roll: We SHOULD vote someone
    (23:36:33) RiceKirby: Oh pro
    (23:36:39) bbyJesus: but not u
    (23:36:40) bbyJesus: u fail
    (23:36:46) ***************************************************************************************
    (23:36:46) Times Up! :
    (23:36:46) ±Game: Hello, RiceKirby, I'm bbyJesus, your Neighbour!
    (23:36:46) ±Game: A suspicious person was seen wandering around during the night!
    (23:36:46) ±Game: A suspicious person was seen wandering around during the night!
    (23:36:46) ±Game: RiceKirby was shot and died!
    (23:36:46) ±Game: Your curse took effect and you changed roles!
    (23:36:46) ±Game: You are a Villager (Dead)!
    (23:36:46) ±Game: You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!
    (23:36:46) No one died! :
    (23:36:46) ***************************************************************************************
    (23:36:46) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:36:46) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:36:46) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:36:46) ±Time: Day 2
    (23:36:46) You have 35 seconds to debate who are the bad guys! :
    (23:36:46) ***************************************************************************************
    (23:36:48) Konoha Roll: Well, I asked for a BG
    (23:36:50) RiceKirby: :(
    (23:36:55) Konoha Roll: RiceKirby claim
    (23:36:59) RiceKirby: Dead
    (23:37:06) Konoha Roll: ur was mafia
    (23:37:07) RiceKirby: AKA I can't be mafia
    (23:37:07) Konoha Roll: :/
    (23:37:08) BlackStar44: id understand
    (23:37:09) Peaches logged out.
    (23:37:09) ~Unknown~ left the channel.
    (23:37:12) Konoha Roll: oh nvm
    (23:37:15) Konoha Roll: I'm dumb
    (23:37:16) BlackStar44: 2 shot and died
    (23:37:18) Joeypals: Who the heck are we supposed to get right now, like I don't get it... there's Mafia but there's ghosts...
    (23:37:18) Withoutatrace joined the channel.
    (23:37:21) BlackStar44: nobody dead
    (23:37:21) ***************************************************************************************
    (23:37:21) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:37:21) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:37:21) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:37:21) ±Time: Day 2
    (23:37:21) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:37:21) ***************************************************************************************
    (23:37:30) RiceKirby: Go for L, IMO
    (23:37:31) Konoha Roll: get L?
    (23:37:34) ±Game: RiceKirby voted for L!
    (23:37:34) bbyJesus: do u lose your voting points as a ghost?
    (23:37:34) Epik Test joined the channel.
    (23:37:35) ±Game: Konoha Roll voted for L!
    (23:37:35) Joeypals: May as well
    (23:37:37) ±Game: Joeypals voted for L!
    (23:37:37) ±Game: BlackStar44 voted for L!
    (23:37:39) ±Game: bbyJesus voted for BlackStar44!
    (23:37:39) Sheath Knight: i will counter you even if you're voting vonfirmed mafia
    (23:37:43) BlackStar44: y me
    (23:37:44) ±Game: L voted for BlackStar44!
    (23:37:45) L: Swag
    (23:37:45) RiceKirby: You can do nothing other than talk when you are a Ghost
    (23:37:49) Joeypals: And yeah they do bbyJesus
    (23:37:49) ±Game: Sheath Knight voted for RiceKirby!
    (23:37:49) Sheath Knight: burnpls
    (23:37:50) ***************************************************************************************
    (23:37:50) Times Up! :
    (23:37:50) No one was voted off! :
    (23:37:50) ***************************************************************************************
    (23:37:50) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:37:50) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:37:50) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:37:50) ±Time: Night 3
    (23:37:50) Make your moves, you only have 30 seconds! :
    (23:37:50) ***************************************************************************************
    (23:37:52) BlackStar44: im vanilly
    (23:37:54) Konoha Roll: Sheath Knight
    (23:37:54) Sheath Knight: wait what?
    (23:37:58) Konoha Roll: You don't vote a dead
    (23:37:59) RiceKirby: bbyJesus, why?
    (23:38:00) bbyJesus: o shit
    (23:38:01) BlackStar44: omggggggggg
    (23:38:01) Joeypals: Beautiful tie
    (23:38:02) Sheath Knight: I said I'd counter everyone
    (23:38:04) Konoha Roll: Dead ppl can't be countered
    (23:38:05) Sheath Knight: :V
    (23:38:06) Joeypals: Really bbyJesus and L
    (23:38:11) bbyJesus: cuz i lagged RiceKirby
    (23:38:13) Konoha Roll: Also, mafia wins, gg
    (23:38:16) RiceKirby: ^
    (23:38:17) bbyJesus: so i voted without seeing all the L hate
    (23:38:19) BlackStar44: dafuq do we do
    (23:38:20) ***************************************************************************************
    (23:38:20) Times Up! :
    (23:38:20) ±Game: A suspicious person was seen wandering around during the night!
    (23:38:20) ±Game: A suspicious person was seen wandering around during the night!
    (23:38:20) ±Game: Joeypals was shot and died!
    (23:38:20) No one died! :
    (23:38:20) ***************************************************************************************
    (23:38:20) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:38:20) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:38:20) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:38:20) ±Time: Day 3
    (23:38:20) You have 35 seconds to debate who are the bad guys! :
    (23:38:20) ***************************************************************************************
    (23:38:20) Sheath Knight: they do?
    (23:38:25) BlackStar44: nothing works
    (23:38:26) Sheath Knight: oh.
    (23:38:27) Joeypals: FINALLY
    (23:38:31) Sheath Knight: >FINALLY
    (23:38:33) Konoha Roll: Welcome to spirit land Joeypals
    (23:38:33) bbyJesus: :(
    (23:38:33) Sheath Knight: wat
    (23:38:33) Joeypals: I was tired of this game lol
    (23:38:35) Joeypals: Was the BG
    (23:38:39) Sheath Knight: you're alive bro
    (23:38:40) Konoha Roll: Why u never Bgd me?
    (23:38:43) Konoha Roll: :?
    (23:38:46) Konoha Roll: I asked and all
    (23:38:51) TsLulz joined the channel.
    (23:38:52) Joeypals: Cause I
    (23:38:53) Sheath Knight: well you're in the game
    (23:38:53) bbyJesus: so its BlackStar44 and Sheath Knight?
    (23:38:54) ***************************************************************************************
    (23:38:54) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:38:54) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:38:54) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:38:54) ±Time: Day 3
    (23:38:54) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:38:54) ***************************************************************************************
    (23:38:57) Joeypals: *I'm eating soup atm?
    (23:38:57) L: Yes
    (23:38:58) bbyJesus: or BlackStar44 and L?
    (23:39:01) ±Game: BlackStar44 voted for BlackStar44!
    (23:39:01) ±Game: bbyJesus voted for BlackStar44!
    (23:39:01) ±Game: Konoha Roll voted for L!
    (23:39:03) ±Game: L voted for BlackStar44!
    (23:39:04) Sheath Knight: i think it's BlackStar and bbyjesus
    (23:39:06) RiceKirby: Huh, wat
    (23:39:07) BlackStar44: sui
    (23:39:13) ±Game: Joeypals voted for Joeypals!
    (23:39:13) ±Game: Sheath Knight voted for L!
    (23:39:14) BlackStar44: bby
    (23:39:15) RiceKirby: It's not bbyJesus
    (23:39:17) bbyJesus: ok so its Sheath Knight and L?
    (23:39:17) ±Game: RiceKirby voted for L!
    (23:39:18) ***************************************************************************************
    (23:39:18) Times Up! :
    (23:39:18) ±Game: BlackStar44 has been lynched and became a ghost after receiving 3 votes!
    (23:39:18) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:39:18) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:39:18) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:39:18) ±Time: Night 4
    (23:39:18) Make your moves, you only have 30 seconds! :
    (23:39:18) ***************************************************************************************
    (23:39:18) Joeypals: Selfvoting cause I don't matter
    (23:39:22) Sheath Knight: uh
    (23:39:27) [Sleague]Altair joined the channel.
    (23:39:29) Sheath Knight: why do people always target me
    (23:39:31) RiceKirby: If less suspicious person, we got a Mafia
    (23:39:33) Sheath Knight: legitimate question
    (23:39:34) Konoha Roll: BlackStar44 is a Gastly now
    (23:39:40) sakito left the channel.
    (23:39:41) Withoutatrace changed names and is now known as adv 200.
    (23:39:44) BlackStar44: i wil evolve
    (23:39:47) Joeypals: I call Haunter :3
    (23:39:48) ***************************************************************************************
    (23:39:48) Times Up! :
    (23:39:48) ±Game: A suspicious person was seen wandering around during the night!
    (23:39:48) ±Game: A suspicious person was seen wandering around during the night!
    (23:39:48) No one died! :
    (23:39:48) ***************************************************************************************
    (23:39:48) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:39:48) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:39:48) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:39:48) ±Time: Day 4
    (23:39:48) You have 35 seconds to debate who are the bad guys! :
    (23:39:48) ***************************************************************************************
    (23:39:48) adv 200 changed names and is now known as Mega User.
    (23:39:52) bbyJesus: o0o0
    (23:39:58) RiceKirby: lol Mafia going for a dead person
    (23:40:00) BlackStar44: / train
    (23:40:06) [Sleague]Altair left the channel.
    (23:40:06) *** Konoha Roll throws an Everstone to BlackStar44
    (23:40:06) Withoutatrace joined the channel.
    (23:40:07) bbyJesus: lez get L
    (23:40:08) L: Swag
    (23:40:11) RiceKirby: L, Sheath and bby are alive, right?
    (23:40:12) L: Let's not.
    (23:40:14) Konoha Roll: Let's get L already
    (23:40:15) Joeypals: Konoha Roll, what were you anyway?
    (23:40:16) BlackStar44: nooo
    (23:40:22) Konoha Roll: I was the priest
    (23:40:22) RiceKirby: Konoha was Priest
    (23:40:23) ***************************************************************************************
    (23:40:23) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:40:23) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:40:23) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:40:23) ±Time: Day 4
    (23:40:23) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:40:23) ***************************************************************************************
    (23:40:23) Joeypals: BlackStar44
    (23:40:24) Konoha Roll: Claimed n2
    (23:40:25) ±Game: bbyJesus voted for L!
    (23:40:26) ±Game: RiceKirby voted for L!
    (23:40:29) ±Game: Sheath Knight voted for L!
    (23:40:29) ±Game: Konoha Roll voted for L!
    (23:40:30) Joeypals: M'bad, remember you saying that
    (23:40:32) ±Game: BlackStar44 voted for Konoha Roll!
    (23:40:33) ±Game: Joeypals voted for L!
    (23:40:35) RiceKirby: lol Sheat
    (23:40:38) Stingbow left the channel.
    (23:40:38) bbyJesus: wait
    (23:40:40) Sheath Knight: you guys are gonna rand me anyway so i'm not even trying iirc
    (23:40:42) Trint joined the channel.
    (23:40:42) bbyJesus: im confused
    (23:40:43) Konoha Roll: Votin' ded ppl
    (23:40:43) bbyJesus: how does this work
    (23:40:43) L: bbyJesus, you traitor.
    (23:40:44) Konoha Roll: lol
    (23:40:44) Epik Test left the channel.
    (23:40:45) Finchinator left the channel.
    (23:40:46) ±Game: L voted for Konoha Roll!
    (23:40:47) ***************************************************************************************
    (23:40:47) Times Up! :
    (23:40:47) ±Game: L has been lynched and became a ghost after receiving 2 votes!
    (23:40:47) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (23:40:47) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, RiceKirby, Sheath Knight, bbyJesus.
    (23:40:47) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (23:40:47) ±Time: Night 5
    (23:40:47) Make your moves, you only have 30 seconds! :
    (23:40:47) ***************************************************************************************
    (23:40:50) BlackStar44: those 0 votes are for the everstone
    (23:40:52) RiceKirby: Sheath, dead people have 0 votes
    (23:40:53) Epikhairz0603 joined the channel.
    (23:40:58) Konoha Roll: L is a Duskull
    (23:41:01) Joeypals: No one ever dies
    (23:41:02) Joeypals: Ever
    (23:41:04) Sheath Knight: oh
    (23:41:05) bbyJesus: L what are you talking about?
    (23:41:09) bbyJesus: am i not getting this
    (23:41:13) BlackStar44: is anyone gonna vanish
    (23:41:17) ***************************************************************************************
    (23:41:17) Times Up! :
    (23:41:17) ±Game: A suspicious person was seen wandering around during the night!
    (23:41:17) ±Game: bbyJesus was shot and died!
    (23:41:17) No one died! :
    (23:41:17) ±Game: The Mafia (L and Sheath Knight) wins!
    (23:41:17) ±Game: The Good People (RiceKirby, bbyJesus, BlackStar44, Joeypals and Konoha Roll) lose!
    (23:41:17) ***************************************************************************************
    (23:41:22) Sheath Knight: win?
    (23:41:22) bbyJesus: ugh
    (23:41:23) BlackStar44: this is getting old
    (23:41:24) RiceKirby: No, no one dies in that theme

    (23:41:26) ***************************************************************************************
    (23:41:26) ±Game: Sheath Knight started a voting for next game's theme!. You have 20 seconds to vote with /votetheme!
    (23:41:26) ±Game: Choose from these themes: Default, KH, Windows, DBZ, SoA, Fruit !
    (23:41:26) ***************************************************************************************

    (23:41:28) ±Game: Sheath Knight voted for Windows!
    (23:41:32) ±Game: bbyJesus voted for DBZ!
    (23:41:33) ±Game: Joeypals voted for DBZ!
    (23:41:34) Konoha Roll: L was mafia, like we suspected
    (23:41:35) BlackStar44: i knew it
    (23:41:36) bbyJesus: dbz!!!
    (23:41:36) RiceKirby: They become ghosts with no votes or actions :x
    (23:41:41) ±Game: Konoha Roll voted for DBZ!
    (23:41:43) ±Game: L voted for Default!
    (23:41:45) BlackStar44: sheath too

    (23:41:46) ±Game: Theme DBZ won with 3 votes!
    (23:41:47) ±Game: Type /Join to enter the game!

    A DBZ-themed mafia game is starting, RiceKirby!
    (23:41:47) ±Game: Goku and the Z-Fighters were minding their own business until a bunch of villains from their past adventures came to cause trouble. Cooler and Frieza are trying to find the Dragon Balls while leading a path of destruction avenging each other if they die, while King Cold protects one of them, but remember: a father's wrath is almost unstoppable! Cell is looking for the Androids. Fear his perfection!. Majin Buu, with his chocolaty minions is on a rampage. Broly however is looking to wipe out all life! Who's side will you take? Even I don't know who will win this time!
    (23:41:47) ±Game: bbyJesus, Joeypals, Konoha Roll joined the game!
    (23:41:50) ±Game: BlackStar44 joined the game!
    (23:41:50) bbyJesus: yeeh
    (23:41:52) Joeypals: It's like a theme where you can deadtalk lol
    (23:41:56) BlackStar44: cmon krillin

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

    (23:41:58) ±Game: L joined the game!
    (23:41:58) ±Game: Sheath Knight joined the game!
    (23:42:00) ±Game: Suika joined the game!
    (23:42:02) Sheath Knight: 2naiistheni
    (23:42:02) RiceKirby: That's the idea :x
    (23:42:03) Konoha Roll: I'll be Pilaf
    (23:42:09) BlackStar44: or yamcha
    (23:42:13) ±Game: Scizorfan1991 joined the game!
    (23:42:16) RiceKirby: It may need a Mortician (can inspect dead people)
    (23:42:16) Konoha Roll: Or Yajirobe
    (23:42:20) L: j
    (23:42:24) Konoha Roll: Yajirobe cut the monkey tail
    (23:42:26) Konoha Roll: He's boss
    (23:42:27) ***************************************************************************************
    (23:42:27) Times Up! :
    (23:42:27) The Roles have been Decided! :
    (23:42:27) ±Current Roles: Android 17, Cell, Chi-Chi, Frieza, Goku, Human, Piccolo, Trunks.
    (23:42:27) ±Current Players: BlackStar44, Joeypals, Konoha Roll, L, Scizorfan1991, Sheath Knight, Suika, bbyJesus.
    (23:42:27) ±Time: Night 1
    (23:42:27) Make your moves, you only have 30 seconds! :
    (23:42:27) ***************************************************************************************
    (23:42:32) BlackStar44: cool
    (23:42:35) bbyJesus: y did no one join
    (23:42:38) Joeypals: We might also need people not dying n1 that can revive us
    (23:42:42) Suika: Android is killing bby
    (23:42:49) Konoha Roll: I ASKED for a BG :/
    As expected, a bit confusing, but once the game ended, some players managed to understand the idea. I will probably need to work more on some messages to players can understand the ghosts more easily.
    Also, a flaw in the theme is that game doesn't auto-ends when Mafia has the majority of the living people. There's no way to solve that (at least for now).
    Maybe coding a way for everyone to know who's alive and dead would help too.
     
    Last edited: Oct 2, 2013
  9. Angel Flonne

    Angel Flonne macaron

    Joined:
    Jan 24, 2013
    Messages:
    509
    Likes Received:
    3
    PO Trainer Name:
    Angel Flonne
    It was a very long game. People disliked it even though I liked it.
    Also, it was very difficult for me, as Mafia, to keep up who I had killed/voted off as no one knew whether they were alive or dead either.
    (20:11:51) ***************************************************************************************(20:11:51) Times Up! :
    (20:11:51) The Roles have been Decided! :
    (20:11:51) ±Game: You are a Mafia!
    (20:11:51) ±Game: Type /kill [name] during the night to kill someone and transform them into a ghost!
    (20:11:51) ±Game: Your team is Angel Flonne (Mafia), Ascarotte (Mafia) and Michael Jenkins (Framer).
    (20:11:51) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:11:51) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:11:51) ±Current Team: Framer, Mafia, Mafia
    (20:11:51) ±Time: Night 1
    (20:11:51) Make your moves, you only have 30 seconds! :
    (20:11:51) ***************************************************************************************
    (20:11:51) Ascarotte: cowboys vs indians
    (20:11:54) Jini: stupid lag
    (20:11:55) Rick Gastley: :(
    (20:11:57) ±CommandBot: The command kland doesn't exist
    (20:12:03) ±Game: Your partner (Michael Jenkins) has decided to kill 'Dende'!
    (20:12:05) Juggler: pinkertons vs murderers
    (20:12:08) Ascarotte: scum with Kutzuxyz and Dende
    (20:12:08) Supremial: does the Priest claim?
    (20:12:08) Dagger: lol, the randomizer is like, "no more prs for you"
    (20:12:11) Supremial: idk
    (20:12:21) ***************************************************************************************
    (20:12:21) Times Up! :
    (20:12:21) ±Game: Your target (Dende) was cursed!
    (20:12:21) ±Game: A suspicious person was seen wandering around during the night!
    (20:12:21) ±Game: A suspicious person was seen wandering around during the night!
    (20:12:21) ±Game: A suspicious person was seen wandering around during the night!
    (20:12:21) ±Game: Dende was shot and died!
    (20:12:21) No one died! :
    (20:12:21) ***************************************************************************************
    (20:12:21) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:12:21) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:12:21) ±Current Team: Framer, Mafia, Mafia
    (20:12:21) ±Time: Day 1
    (20:12:21) You have 35 seconds to debate who are the bad guys! :
    (20:12:21) ***************************************************************************************
    (20:12:21) Kutzuxyz: ooooo spooky booooooobs
    (20:12:25) Jini: ok I'm b.s.
    (20:12:27) Dagger: o_o
    (20:12:28) Angel Flonne: There are still 3 mafias
    (20:12:29) Dende: ded villager here
    (20:12:31) Juggler: !
    (20:12:31) Supremial: triple PL
    (20:12:44) Kutzuxyz: lol
    (20:12:54) Kutzuxyz: i read framer into farmer
    (20:12:56) ***************************************************************************************
    (20:12:56) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:12:56) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:12:56) ±Current Team: Framer, Mafia, Mafia
    (20:12:56) ±Time: Day 1
    (20:12:56) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:12:56) ***************************************************************************************
    (20:12:56) Jini: -.-
    (20:13:01) Dagger: I did too..
    (20:13:02) Jezza32: same here Kutz
    (20:13:04) Michael Jenkins: Kutzuxyz, same lol
    (20:13:13) Supremial: We must have the same eyes
    (20:13:16) Angel Flonne: We can turn people into ghosts
    (20:13:19) Angel Flonne: lol
    (20:13:22) Juggler: oOoOo
    (20:13:22) Jini: rand?
    (20:13:23) Juggler: spooky
    (20:13:25) ***************************************************************************************
    (20:13:25) Times Up! :
    (20:13:25) No one was voted off! :
    (20:13:25) ***************************************************************************************
    (20:13:25) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:13:25) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:13:25) ±Current Team: Framer, Mafia, Mafia
    (20:13:25) ±Time: Night 2
    (20:13:26) Make your moves, you only have 30 seconds! :
    (20:13:26) ***************************************************************************************
    (20:13:28) Angel Flonne: or not
    (20:13:29) Kutzuxyz: I taught framer is farmer and i taught they r good
    (20:13:31) ±Game: You have chosen to kill Jini!
    (20:13:39) Kutzuxyz: Cuz farmer
    (20:13:44) Dagger: like a cook
    (20:13:50) Jini: who's the mafia? ._. any guesses?
    (20:13:56) ***************************************************************************************
    (20:13:56) Times Up! :
    (20:13:56) ±Game: Your kill was shielded by Juggler!
    (20:13:56) ±Game: Your target (Juggler) was cursed!
    (20:13:56) ±Game: A suspicious person was seen wandering around during the night!
    (20:13:56) ±Game: A suspicious person was seen wandering around during the night!
    (20:13:56) ±Game: A suspicious person was seen wandering around during the night!
    (20:13:56) ±Game: Juggler was shot and died!
    (20:13:56) No one died! :
    (20:13:56) ***************************************************************************************
    (20:13:56) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:13:56) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:13:56) ±Current Team: Framer, Mafia, Mafia
    (20:13:56) ±Time: Day 2
    (20:13:56) You have 35 seconds to debate who are the bad guys! :
    (20:13:56) ***************************************************************************************
    (20:13:58) Kutzuxyz: Farmer claim pls
    (20:14:00) Dagger: oh my.
    (20:14:07) Supremial: Dead people claim please
    (20:14:10) Juggler: oOoOoO
    (20:14:11) Rick Gastley: you mean framer?
    (20:14:12) Dende: ded Villager
    (20:14:13) Juggler: ded
    (20:14:17) Jini: neighbour claim :3
    (20:14:19) Kutzuxyz: i mean farmer
    (20:14:23) Angel Flonne: Priest you should heal
    (20:14:24) Dende: Priest unded me pl0x
    (20:14:25) Rick Gastley: oh
    (20:14:28) Rick Gastley: farmer here
    (20:14:31) ***************************************************************************************
    (20:14:31) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:14:31) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:14:31) ±Current Team: Framer, Mafia, Mafia
    (20:14:31) ±Time: Day 2
    (20:14:31) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:14:31) ***************************************************************************************
    (20:14:36) Juggler: dende let's tie each other
    (20:14:38) Michael Jenkins: yes
    (20:14:38) Juggler: as the proofs
    (20:14:42) Michael Jenkins: this lag OMG
    (20:14:45) Kutzuxyz: What can farmer do?
    (20:14:50) Rick Gastley: farm
    (20:14:52) Jezza32: Oh, I've got a brand new combine 'arverster
    (20:14:52) Juggler: grow potatoes
    (20:14:53) Angel Flonne: ./roles :Framer
    (20:14:58) Jini: ~.~
    (20:15:00) ***************************************************************************************
    (20:15:00) Times Up! :
    (20:15:00) No one was voted off! :
    (20:15:00) ***************************************************************************************
    (20:15:01) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:15:01) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:15:01) ±Current Team: Framer, Mafia, Mafia
    (20:15:01) ±Time: Night 3
    (20:15:01) Make your moves, you only have 30 seconds! :
    (20:15:01) ***************************************************************************************
    (20:15:08) Rick Gastley: no angel flonne not framer farmer
    (20:15:09) Kutzuxyz: theres no such roles .-.
    (20:15:12) Michael Jenkins: ..
    (20:15:16) ±Game: You have chosen to kill Dende!
    (20:15:18) Jini: ok
    (20:15:18) Dagger: Framer omg stop doing the suspicious person thing ;-;
    (20:15:20) Kutzuxyz: Farmer claim
    (20:15:21) Michael Jenkins: god this lag...
    (20:15:22) Dagger: so manyyy.
    (20:15:23) ±Game: Your partner (Ascarotte) has decided to kill 'Dagger'!
    (20:15:25) Supremial: How do we even do this?
    (20:15:26) Angel Flonne: Dagger
    (20:15:30) ***************************************************************************************
    (20:15:30) Times Up! :
    (20:15:30) ±Game: Dende was resurrected by the Priest!
    (20:15:30) ±Game: Your target (Dagger) was cursed!
    (20:15:30) ±Game: A suspicious person was seen wandering around during the night!
    (20:15:31) ±Game: A suspicious person was seen wandering around during the night!
    (20:15:31) ±Game: A suspicious person was seen wandering around during the night!
    (20:15:31) ±Game: Dagger was shot and died!
    (20:15:31) No one died! :
    (20:15:31) ***************************************************************************************
    (20:15:31) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:15:31) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:15:31) ±Current Team: Framer, Mafia, Mafia
    (20:15:31) ±Time: Day 3
    (20:15:31) You have 35 seconds to debate who are the bad guys! :
    (20:15:31) ***************************************************************************************
    (20:15:36) Juggler: yo preist resurrect meh next :3
    (20:15:37) Angel Flonne: It tells you how many bad guys are still alive
    (20:15:42) Dende: thank you for undeding me!
    (20:15:42) Jini: let's rand vote someone :o
    (20:15:44) Rick Gastley: we may aswell rand
    (20:15:47) Dagger: Ah, okay.
    (20:15:56) Dagger: I thought Framer could control that, lol
    (20:16:04) Supremial: ded people should claim
    (20:16:06) ***************************************************************************************
    (20:16:06) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:16:06) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:16:06) ±Current Team: Framer, Mafia, Mafia
    (20:16:06) ±Time: Day 3
    (20:16:06) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:16:06) ***************************************************************************************
    (20:16:06) Michael Jenkins: ..
    (20:16:07) Juggler: diddd
    (20:16:11) Jezza32: he can change the number for one night
    (20:16:13) Kutzuxyz: Farmer claim too
    (20:16:15) Supremial: and what is their roles
    (20:16:16) ±Game: Jini voted for Michael Jenkins!
    (20:16:19) ±Game: Angel Flonne voted for Jini!
    (20:16:19) ±Game: Jezza32 voted for Michael Jenkins!
    (20:16:20) Angel Flonne: ???
    (20:16:23) ±Game: Supremial voted for Jini!
    (20:16:23) ±Game: Michael Jenkins voted for Jini!
    (20:16:24) Angel Flonne: what are we doing
    (20:16:24) ±Game: Rick Gastley voted for Michael Jenkins!
    (20:16:24) ±Game: Juggler voted for Michael Jenkins!
    (20:16:25) ±Game: Dagger voted for Jini!
    (20:16:26) Rick Gastley: eh
    (20:16:26) Supremial: Counter Rand
    (20:16:27) Jini: Wtf
    (20:16:27) Angel Flonne: oh that works too
    (20:16:27) ±Game: Ascarotte voted for Jini!
    (20:16:28) Michael Jenkins: wth me
    (20:16:28) Dagger: okay uhm
    (20:16:34) Jini: neighbour
    (20:16:34) ±Game: Kutzuxyz voted for Michael Jenkins!
    (20:16:36) Dagger: inb4 pro tie
    (20:16:39) Rick Gastley: ^
    (20:16:41) Juggler: 'pro'
    (20:16:41) ***************************************************************************************
    (20:16:42) Times Up! :
    (20:16:42) No one was voted off! :
    (20:16:42) ***************************************************************************************
    (20:16:42) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:16:42) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:16:42) ±Current Team: Framer, Mafia, Mafia
    (20:16:42) ±Time: Night 4
    (20:16:42) Make your moves, you only have 30 seconds! :
    (20:16:42) ***************************************************************************************
    (20:16:42) Kutzuxyz: Tie
    (20:16:44) Michael Jenkins: lol
    (20:16:45) Angel Flonne: lel
    (20:16:45) Dagger: Loool.
    (20:16:45) Juggler: lol
    (20:16:45) Jini: lol
    (20:16:46) ±Game: Your partner (Michael Jenkins) has decided to frame 'Angel Flonne'!
    (20:16:47) Rick Gastley: -.-
    (20:16:49) Kutzuxyz: i tied
    (20:16:53) Juggler: kutz <3
    (20:16:55) ±Game: You have chosen to kill Jini!
    (20:16:59) Jini: ok I'm a neighbour.don't kill me
    (20:16:59) Kutzuxyz: thx to me genie
    (20:17:03) Michael Jenkins: inb4 I get FRAMED now
    (20:17:09) Juggler: so bg on jin?
    (20:17:10) Dagger: Wow taking deadtalking to a whole new level
    (20:17:12) ***************************************************************************************
    (20:17:12) Times Up! :
    (20:17:12) ±Game: Your target (Jini) was cursed!
    (20:17:12) ±Game: A suspicious person was seen wandering around during the night!
    (20:17:12) ±Game: A suspicious person was seen wandering around during the night!
    (20:17:12) ±Game: Jini was shot and died!
    (20:17:12) No one died! :
    (20:17:12) ***************************************************************************************
    (20:17:12) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:17:12) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:17:12) ±Current Team: Framer, Mafia, Mafia
    (20:17:12) ±Time: Day 4
    (20:17:12) You have 35 seconds to debate who are the bad guys! :
    (20:17:12) ***************************************************************************************
    (20:17:13) Jini: thanx kutzuxyz
    (20:17:15) Angel Flonne: !!!
    (20:17:16) Juggler: or not
    (20:17:16) Angel Flonne: omg
    (20:17:20) Juggler: and definitely no revivals by priesto
    (20:17:22) Angel Flonne: there's one less person
    (20:17:23) Jezza32: fail framer
    (20:17:24) Angel Flonne: ...
    (20:17:28) Angel Flonne: idgi
    (20:17:36) Angel Flonne: does that mean whoever got killed last night is bad?
    (20:17:37) Angel Flonne: ????
    (20:17:39) Jini: dead dude
    (20:17:40) Kutzuxyz: jini deadtalking!!
    (20:17:41) Rick Gastley: so ah
    (20:17:44) Kutzuxyz: Ahhhh
    (20:17:45) Rick Gastley: still not dead here
    (20:17:45) Dagger: What no we're just ghosts
    (20:17:46) Jini: lol
    (20:17:48) ***************************************************************************************
    (20:17:48) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:17:48) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:17:48) ±Current Team: Framer, Mafia, Mafia
    (20:17:48) ±Time: Day 4
    (20:17:48) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:17:48) ***************************************************************************************
    (20:17:48) Michael Jenkins: waa
    (20:17:48) Kutzuxyz: jk
    (20:17:54) Michael Jenkins: Jini is DracoNinja? :O
    (20:17:58) Angel Flonne: ?
    (20:17:59) Rick Gastley: who else is still living?
    (20:17:59) ±Game: Jezza32 voted for Michael Jenkins!
    (20:18:00) Supremial: Exorcists
    (20:18:00) Kutzuxyz: Spooky boobs?
    (20:18:02) ±Game: Michael Jenkins voted for Jezza32!
    (20:18:03) Michael Jenkins: Told you
    (20:18:04) Jezza32: Still ALive
    (20:18:05) Michael Jenkins: I am getting Framed
    (20:18:10) ±Game: Supremial voted for Jezza32!
    (20:18:12) Dagger: there it is.
    (20:18:12) Jini: I'm useless basically.someone revive me
    (20:18:13) +DracoNinja: no
    (20:18:14) Juggler: how is good side supposed to win this again?
    (20:18:16) Supremial: counter rand people
    (20:18:18) ***************************************************************************************
    (20:18:18) Times Up! :
    (20:18:18) ±Game: Jezza32 has been lynched and became a ghost after receiving 2 votes!
    (20:18:18) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:18:18) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:18:18) ±Current Team: Framer, Mafia, Mafia
    (20:18:18) ±Time: Night 5
    (20:18:18) Make your moves, you only have 30 seconds! :
    (20:18:18) ***************************************************************************************
    (20:18:25) Michael Jenkins: O wait
    (20:18:27) Dagger: Stay alive until everyone else is dead?
    (20:18:28) Supremial: CLAIM NOW
    (20:18:29) Angel Flonne: good side is supposed to turn all baddies into ghosts
    (20:18:31) Michael Jenkins: I thought Jini died and talked lol
    (20:18:32) Jezza32: yay 0 vote here I come
    (20:18:32) Angel Flonne: I am villager
    (20:18:35) Dagger: dead villy
    (20:18:35) Kutzuxyz: Ghosty ghost ghost
    (20:18:36) ±Game: You have chosen to kill Dagger!
    (20:18:41) ±Game: You have chosen to kill Kutzuxyz!
    (20:18:46) Jini: this is long
    (20:18:48) ***************************************************************************************
    (20:18:48) Times Up! :
    (20:18:48) ±Game: The Bulletproof was shot, but somehow survived!
    (20:18:48) ±Game: You attacked Kutzuxyz!
    (20:18:48) ±Game: Your target (Kutzuxyz) couldn't be cursed!
    (20:18:48) ±Game: A suspicious person was seen wandering around during the night!
    (20:18:48) ±Game: A suspicious person was seen wandering around during the night!
    (20:18:48) ±Game: A suspicious person was seen wandering around during the night!
    (20:18:48) No one died! :
    (20:18:48) ***************************************************************************************
    (20:18:48) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:18:48) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:18:48) ±Current Team: Framer, Mafia, Mafia
    (20:18:48) ±Time: Day 5
    (20:18:49) You have 35 seconds to debate who are the bad guys! :
    (20:18:49) ***************************************************************************************
    (20:18:49) *** Jezza32 haunts the village
    (20:18:53) Juggler: somehow
    (20:18:56) Supremial: Pro
    (20:19:00) Dagger: Bulletproof.. somehow.
    (20:19:01) Dagger: lol.
    (20:19:04) Kutzuxyz: sht
    (20:19:05) *** Jini is derping around
    (20:19:08) Yagura changed names and is now known as Ni.
    (20:19:10) Supremial: Mafia won't attack that guy again
    (20:19:11) Angel Flonne: who's the bullet proof?
    (20:19:12) Angel Flonne: :v
    (20:19:21) Kutzuxyz: me .-.
    (20:19:23) ***************************************************************************************
    (20:19:23) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:19:23) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:19:23) ±Current Team: Framer, Mafia, Mafia
    (20:19:23) ±Time: Day 5
    (20:19:23) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:19:23) ***************************************************************************************
    (20:19:23) ±Game: Juggler voted for Ascarotte!
    (20:19:25) Angel Flonne: oh ok
    (20:19:29) ±Game: Supremial voted for Juggler!
    (20:19:29) ±Game: Michael Jenkins voted for Juggler!
    (20:19:32) Supremial: lol
    (20:19:32) Juggler: I'm ded tho
    (20:19:33) Michael Jenkins: atleast not me this time
    (20:19:34) ±Game: Dagger voted for Juggler!
    (20:19:34) ±Game: Rick Gastley voted for Juggler!
    (20:19:36) Supremial: idc
    (20:19:37) Juggler: j/s
    (20:19:38) Jini: :o
    (20:19:38) ±Game: Ascarotte voted for Juggler!
    (20:19:40) Juggler: ok
    (20:19:41) ±Game: Kutzuxyz voted for Juggler!
    (20:19:44) Juggler: lol
    (20:19:45) Dagger: Wait he is dead
    (20:19:46) Dagger: lol
    (20:19:50) Angel Flonne: lolwat.
    (20:19:52) Supremial: Stop randing
    (20:19:52) Kutzuxyz: vote a ghost
    (20:19:53) ***************************************************************************************
    (20:19:53) Times Up! :
    (20:19:53) No one was voted off! :
    (20:19:53) ***************************************************************************************
    (20:19:53) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:19:53) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:19:53) ±Current Team: Framer, Mafia, Mafia
    (20:19:53) ±Time: Night 6
    (20:19:53) Make your moves, you only have 30 seconds! :
    (20:19:53) ***************************************************************************************
    (20:19:53) Juggler: dead since n2
    (20:19:53) Angel Flonne: inb4 reincarnation
    (20:19:54) Dagger: This will go on forever. xD
    (20:19:55) Juggler: wat
    (20:19:57) Angel Flonne: yeah.
    (20:19:58) Supremial: or we all rand at you
    (20:20:00) Rick Gastley: this is not fun
    (20:20:01) Rick Gastley: :S
    (20:20:04) Dende: i am the unded villy
    (20:20:07) Kutzuxyz: i love this
    (20:20:10) Rick Gastley: actually
    (20:20:11) ±Game: You have chosen to kill Supremial!
    (20:20:13) Jini: zzz
    (20:20:14) Rick Gastley: im not dead either dende
    (20:20:17) Angel Flonne: This is so fun lel
    (20:20:19) ±Game: You have chosen to kill Rick Gastley!
    (20:20:22) Dagger: it's fun 'cause even though we're dead, we can deadtalk. >_>
    (20:20:22) ***************************************************************************************
    (20:20:23) Times Up! :
    (20:20:23) ±Game: Your target (Rick Gastley) was cursed!
    (20:20:23) ±Game: A suspicious person was seen wandering around during the night!
    (20:20:23) ±Game: A suspicious person was seen wandering around during the night!
    (20:20:23) ±Game: A suspicious person was seen wandering around during the night!
    (20:20:23) ±Game: Rick Gastley was shot and died!
    (20:20:23) No one died! :
    (20:20:23) ***************************************************************************************
    (20:20:23) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:20:23) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:20:23) ±Current Team: Framer, Mafia, Mafia
    (20:20:23) ±Time: Day 6
    (20:20:23) You have 35 seconds to debate who are the bad guys! :
    (20:20:23) ***************************************************************************************
    (20:20:27) Dende: Rick Gastley, unded means i got resurrected
    (20:20:29) Dende: js
    (20:20:32) Juggler: there's no way we're going to win by not randing
    (20:20:37) Juggler: I have no idea why we don't
    (20:20:38) Michael Jenkins: yeah
    (20:20:41) Angel Flonne: lol.
    (20:20:42) Jini: rand someone!
    (20:20:42) Rick Gastley: oh
    (20:20:45) Juggler: I did
    (20:20:45) Rick Gastley: well im dead now anyway
    (20:20:48) Kutzuxyz: vote everyone
    (20:20:49) Supremial: Let's count all the ded people okay?
    (20:20:49) Jini: rand angel
    (20:20:50) Juggler: see what that ended up with
    (20:20:53) Michael Jenkins: Lets just counterrand
    (20:20:55) Jini: I'm dead
    (20:20:56) Juggler: counting dead isn't very useful
    (20:20:58) ***************************************************************************************
    (20:20:58) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:20:58) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:20:58) ±Current Team: Framer, Mafia, Mafia
    (20:20:58) ±Time: Day 6
    (20:20:58) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:20:58) ***************************************************************************************
    (20:20:59) Juggler: counterrand?
    (20:21:00) Angel Flonne: vote me
    (20:21:00) Juggler: that's even worse
    (20:21:02) Dagger: get pad and paper and keep track of the deaths. lol no
    (20:21:04) Angel Flonne: i like being a ghost
    (20:21:05) Juggler: mafia can just never rand
    (20:21:09) Michael Jenkins: oh
    (20:21:12) Kutzuxyz: Being spooky boobs
    (20:21:13) Supremial: ded people just say your numbers of the patter they used to kill you
    (20:21:14) Juggler: kill every night
    (20:21:17) Michael Jenkins: can I rand?
    (20:21:19) ±Game: Jini voted for Angel Flonne!
    (20:21:21) Dagger: Vote someone we haven't voted?
    (20:21:21) Angel Flonne: yay
    (20:21:23) ±Game: Michael Jenkins voted for Kutzuxyz!
    (20:21:24) Supremial: for example, I died at n1
    (20:21:25) Angel Flonne: i liek being ghos
    (20:21:25) Michael Jenkins: oh
    (20:21:29) Supremial: I say 1
    (20:21:30) Jini: meh
    (20:21:30) ***************************************************************************************
    (20:21:31) Times Up! :
    (20:21:31) ±Game: Kutzuxyz has been lynched and became a ghost after receiving 1 votes!
    (20:21:31) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:21:31) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:21:31) ±Current Team: Framer, Mafia, Mafia
    (20:21:31) ±Time: Night 7
    (20:21:31) Make your moves, you only have 30 seconds! :
    (20:21:31) ***************************************************************************************
    (20:21:31) Angel Flonne: pls vot me
    (20:21:31) Kutzuxyz: im bulletproof
    (20:21:33) Juggler: I like how ascarotte said 0 words all game
    (20:21:33) Supremial: and so on
    (20:21:35) Angel Flonne: ...
    (20:21:35) Michael Jenkins: Jini, stop ninjaaing me
    (20:21:36) Dagger: looool.
    (20:21:41) Michael Jenkins: ohh
    (20:21:42) Juggler: and yet no suspicion
    (20:21:45) ±Game: You have chosen to kill Supremial!
    (20:21:45) Ascarotte: i like that too
    (20:21:50) Kutzuxyz: priest
    (20:21:51) ±Game: You have chosen to kill Rick Gastley!
    (20:21:53) Kutzuxyz: heal me
    (20:21:54) Michael Jenkins: Juggler, Silent =/= Bad.
    (20:21:56) Juggler: priest already did his thing
    (20:22:01) ***************************************************************************************
    (20:22:01) Times Up! :
    (20:22:01) ±Game: Your target (Rick Gastley) couldn't be cursed!
    (20:22:01) ±Game: A suspicious person was seen wandering around during the night!
    (20:22:01) ±Game: A suspicious person was seen wandering around during the night!
    (20:22:01) ±Game: A suspicious person was seen wandering around during the night!
    (20:22:01) No one died! :
    (20:22:01) ***************************************************************************************
    (20:22:01) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:22:01) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:22:01) ±Current Team: Framer, Mafia, Mafia
    (20:22:01) ±Time: Day 7
    (20:22:01) You have 35 seconds to debate who are the bad guys! :
    (20:22:01) ***************************************************************************************
    (20:22:04) Jezza32: priest has used his magic potion
    (20:22:06) Juggler: I know silent =/= bad but in this theme practically everyone else is talking
    (20:22:07) Rick Gastley: this is taking too long
    (20:22:07) Kutzuxyz: screw the priest
    (20:22:08) Supremial: pro BG?
    (20:22:11) Juggler: what's the point in not talking
    (20:22:16) Juggler: bg is dead
    (20:22:18) Juggler: because it's me
    (20:22:19) Supremial: BG pm the guy you Bged
    (20:22:22) Dagger: they're killing people they already killed.
    (20:22:22) Jini: ._
    (20:22:24) Dagger: Looool.
    (20:22:26) Supremial: idk
    (20:22:29) Michael Jenkins: what happenswhen killed?
    (20:22:32) Juggler: idk
    (20:22:34) Juggler: ghost
    (20:22:36) Jini: who's the priest
    (20:22:36) ***************************************************************************************
    (20:22:36) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:22:36) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:22:36) ±Current Team: Framer, Mafia, Mafia
    (20:22:36) ±Time: Day 7
    (20:22:36) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:22:36) ***************************************************************************************
    (20:22:40) Kutzuxyz: we become spooky boobs
    (20:22:42) Juggler: priest became villy after n3
    (20:22:45) Angel Flonne: i like being gos
    (20:22:53) ±Game: Kutzuxyz voted for Kutzuxyz!
    (20:22:54) Jini: rand supremial
    (20:22:55) Dagger: It still says Priest up there
    (20:22:55) Ascarotte: this is too different
    (20:22:55) Juggler: but I feel like it's kutz
    (20:22:59) Kutzuxyz: screw this
    (20:23:00) ±Game: Rick Gastley voted for Kutzuxyz!
    (20:23:01) ±Game: Supremial voted for Ascarotte!
    (20:23:03) Juggler: villy in use
    (20:23:03) Supremial: No
    (20:23:07) Juggler: it's a oneshot role
    (20:23:07) ***************************************************************************************
    (20:23:07) Times Up! :
    (20:23:07) ±Game: Ascarotte has been lynched and became a ghost after receiving 1 votes!
    (20:23:08) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:23:08) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:23:08) ±Current Team: Framer, Mafia, Mafia (Dead)
    (20:23:08) ±Time: Night 8
    (20:23:08) Make your moves, you only have 30 seconds! :
    (20:23:08) ***************************************************************************************
    (20:23:08) Dagger: Kutzuxyz is dead, wth
    (20:23:09) Supremial: I rand people
    (20:23:17) Kutzuxyz: well im dead
    (20:23:20) Juggler: who is even alive now
    (20:23:20) Kutzuxyz: so as rick
    (20:23:25) Angel Flonne: Am I alive?
    (20:23:26) Kutzuxyz: noone
    (20:23:27) Michael Jenkins: idk
    (20:23:27) Juggler: supr is
    (20:23:29) Rick Gastley: im ded
    (20:23:31) ±Game: You have chosen to kill Rick Gastley!
    (20:23:35) ±Game: You have chosen to kill Dagger!
    (20:23:36) Michael Jenkins: everyone dead
    (20:23:36) Dagger: Dende, Jezza32, Supremial..
    (20:23:37) ***************************************************************************************
    (20:23:37) Times Up! :
    (20:23:38) ±Game: Your target (Dagger) couldn't be cursed!
    (20:23:38) ±Game: A suspicious person was seen wandering around during the night!
    (20:23:38) ±Game: A suspicious person was seen wandering around during the night!
    (20:23:38) No one died! :
    (20:23:38) ***************************************************************************************
    (20:23:38) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:23:38) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:23:38) ±Current Team: Framer, Mafia, Mafia (Dead)
    (20:23:38) ±Time: Day 8
    (20:23:38) You have 35 seconds to debate who are the bad guys! :
    (20:23:38) ***************************************************************************************
    (20:23:39) Juggler: ./myrole to find out
    (20:23:40) Supremial: I still alive
    (20:23:40) Jini: I'm ded
    (20:23:46) Juggler: framer obv. alive
    (20:23:47) Dagger: So out of those three.
    (20:23:47) Supremial: Dende let's get Jezza32
    (20:23:48) Jezza32: well Ascarotte was bad
    (20:23:49) Angel Flonne: i don't get it
    (20:23:54) Angel Flonne: Jezza32
    (20:23:56) Angel Flonne: could be framer
    (20:23:57) Angel Flonne: :/
    (20:23:58) Dagger: Supremial and Dende are bad lol
    (20:24:00) Jezza32: framer has already used there frame
    (20:24:01) Angel Flonne: framer is annoying
    (20:24:01) Michael Jenkins: Kutzuxyz Michael Jenkins Dagger Angel Flonne Jini Rick Gastley dead I think
    (20:24:07) *** *********************************************************************** ***
    (20:24:07) ±Role: Framer
    (20:24:08) ±Ability: Can kill one person during the night. Can change the amount of people seen during a night attack (once during the game). Sided with Mafia.
    (20:24:08) ±Players: 10-12 Players
    (20:24:08) *** *********************************************************************** ***

    (20:24:10) Kutzuxyz: Jezza32 is a farmer??
    (20:24:12) Supremial: Dagger, I could claim but now is not the time
    (20:24:12) Dagger: it was easier saying the people still alive.
    (20:24:12) Michael Jenkins: Ascarotte too
    (20:24:13) ***************************************************************************************
    (20:24:13) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:24:13) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:24:13) ±Current Team: Framer, Mafia, Mafia (Dead)
    (20:24:13) ±Time: Day 8
    (20:24:13) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:24:13) ***************************************************************************************
    (20:24:13) Angel Flonne: Farmer???
    (20:24:18) ±Game: Angel Flonne voted for Jezza32!
    (20:24:19) Dagger: Fine, let's get Jezza32.
    (20:24:20) ±Game: Supremial voted for Jezza32!
    (20:24:21) *** *********************************************************************** ***
    (20:24:21) ±Role: Ghost
    (20:24:21) ±Ability: Whoever dies becomes a Ghost. Vote counts as 0, cannot be lynched and still win with their original side. Ghosts can also be resurrected by the Priest.
    (20:24:21) ±Players: Players
    (20:24:21) *** *********************************************************************** ***

    (20:24:22) ±Game: Rick Gastley voted for Jezza32!
    (20:24:22) ±Game: Michael Jenkins voted for Jezza32!
    (20:24:22) ±Game: Dagger voted for Jezza32!
    (20:24:23) ±Game: Jezza32 voted for Jezza32!
    (20:24:25) Jini: zzz
    (20:24:25) Angel Flonne: I have 0 votes
    (20:24:26) Kutzuxyz: 0 vote
    (20:24:27) Angel Flonne: doesn't matter
    (20:24:27) Angel Flonne: lol
    (20:24:28) ±Game: Juggler voted for Supremial!
    (20:24:28) Jezza32: 0 votes
    (20:24:34) Supremial: lol Juggler
    (20:24:41) ±Game: Kutzuxyz voted for Juggler!
    (20:24:41) Juggler: spoooky votes
    (20:24:42) Dagger: lol we can just talk
    (20:24:47) Kutzuxyz: 999 votes
    (20:24:48) ***************************************************************************************
    (20:24:48) Times Up! :
    (20:24:48) No one was voted off! :
    (20:24:48) ***************************************************************************************
    (20:24:48) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:24:48) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:24:48) ±Current Team: Framer, Mafia, Mafia (Dead)
    (20:24:48) ±Time: Night 9
    (20:24:48) Make your moves, you only have 30 seconds! :
    (20:24:48) ***************************************************************************************
    (20:24:51) Angel Flonne: !!!
    (20:24:57) Juggler: you sure jezz is alive
    (20:24:57) Supremial: Who the fuck are the ded
    (20:24:59) Jezza32: only dead people voted for
    (20:25:00) Rick Gastley: lol
    (20:25:00) ±Game: You have chosen to kill Kutzuxyz!
    (20:25:01) Michael Jenkins: waa
    (20:25:01) Kutzuxyz: spooky boobs here
    (20:25:03) Jini: Wtf
    (20:25:04) Dagger: Dende didn't vote
    (20:25:07) Supremial: Flash me now ded people
    (20:25:09) Rick Gastley: 1 person who wasn't dead voted for jezza
    (20:25:10) ±Game: Your partner (Michael Jenkins) has decided to kill 'Dende'!
    (20:25:13) Jini: WHO IS ALIVE?
    (20:25:18) ***************************************************************************************
    (20:25:18) Times Up! :
    (20:25:18) ±Game: Your target (Dende) was cursed!
    (20:25:18) ±Game: A suspicious person was seen wandering around during the night!
    (20:25:18) ±Game: A suspicious person was seen wandering around during the night!
    (20:25:18) ±Game: Dende was shot and died!
    (20:25:18) No one died! :
    (20:25:18) ***************************************************************************************
    (20:25:18) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:25:18) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:25:18) ±Current Team: Framer, Mafia, Mafia (Dead)
    (20:25:18) ±Time: Day 9
    (20:25:18) You have 35 seconds to debate who are the bad guys! :
    (20:25:18) ***************************************************************************************
    (20:25:22) Juggler: supr is alive
    (20:25:24) Juggler: for sure
    (20:25:25) Dagger: Welp.
    (20:25:25) Kutzuxyz: Dende died
    (20:25:28) Juggler: and one other
    (20:25:28) Michael Jenkins: Supremial is alive
    (20:25:29) Juggler: maybe
    (20:25:31) Jini: vote him
    (20:25:31) Dagger: Dende should've voted.
    (20:25:33) Angel Flonne: Hmm...
    (20:25:36) *** Jezza32 is dead
    (20:25:40) Supremial: Ded People flash me
    (20:25:42) Angel Flonne: Does that mean supremial is good??? or bad???
    (20:25:46) Jini: vote super
    (20:25:46) Juggler: most everyone is dead
    (20:25:47) *** Kutzuxyz is being spooky boobs
    (20:25:48) Ascarotte: idk
    (20:25:50) Rick Gastley: supremial
    (20:25:52) Dagger: supre, everyone is dead except Jezza32 and you,
    (20:25:53) ***************************************************************************************
    (20:25:53) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (20:25:53) ±Current Players: Angel Flonne, Ascarotte, Dagger, Dende, Jezza32, Jini, Juggler, Kutzuxyz, Michael Jenkins, Rick Gastley, Supremial.
    (20:25:53) ±Current Team: Framer, Mafia, Mafia (Dead)
    (20:25:53) ±Time: Day 9
    (20:25:53) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:25:53) ***************************************************************************************
    (20:25:55) Angel Flonne: i have 0 votes
    (20:25:59) Jezza32: I'm dead
    (20:26:03) ±Game: Kutzuxyz voted for Kutzuxyz!
    (20:26:05) Juggler: I feel like this would be better as a silent game
    (20:26:06) Kutzuxyz: vote me
    (20:26:06) Ascarotte: all i know is i'm dead but still in game
    (20:26:08) ±Game: Jini voted for Supremial!
    (20:26:08) ±Game: Juggler voted for Kutzuxyz!
    (20:26:09) ±Game: Ascarotte voted for Supremial!
    (20:26:10) ±Game: Michael Jenkins voted for Supremial!
    (20:26:11) ±Game: Angel Flonne voted for Supremial!
    (20:26:19) ±Game: Rick Gastley voted for Supremial!
    (20:26:22) Dagger: your votes are 0 loool. what's the point
    (20:26:26) Rick Gastley: ikr
    (20:26:26) ±Game: Dagger voted for Dagger!
    (20:26:27) Jini: 0 vote count :/
    (20:26:30) Ascarotte: using our voices!
    (20:26:31) ±Game: Jezza32 voted for Jezza32!
    (20:26:32) Rick Gastley: but better than nothing
    (20:26:32) ±Game: Supremial voted for Rick Gastley!
    (20:26:32) Juggler: what's the point in not voting
    (20:26:34) Angel Flonne: pro 0 vote
    (20:26:34) Supremial: idk
    (20:26:37) Kutzuxyz: Hey juggler lets vote each other
    (20:26:37) Juggler: >jezz votes self
    (20:26:40) ***************************************************************************************
    (20:26:40) Times Up! :
    (20:26:40) ±Game: Supremial has been lynched and became a ghost after receiving 2 votes!
    (20:26:40) ±Game: The Mafia (Angel Flonne, Ascarotte and Michael Jenkins) wins!
    (20:26:40) ±Game: The Good People (Juggler, Jezza32, Supremial, Dende, Rick Gastley, Kutzuxyz, Dagger and Jini) lose!
    (20:26:40) ***************************************************************************************
     
  10. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I managed to code a way to broadcast a list of ghosts everytime someone is lynched. It's not the ideal, but it's what I can do unless I code a "startup.revealPlayers" feature that will show all players with specific roles in a single line :x

    I also coded the Mortician role (Inspector that can only inspect dead people every 2 nights), but didn't add to the spawn list yet. I was thinking I could buff Priest a bit (2 charges instead of 1).

    Note: I updated the code but not the theme in the server, which I will do later when I log in, unless some MA wants to update it for me :x
     
    Last edited: Oct 2, 2013
  11. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Hm. Mafia are strong atm. Mostly because it is confusing and votes continue to confuse the people who are alive.

    (14:26:45) ***************************************************************************************
    (14:26:45) Times Up! :
    (14:26:45) The Roles have been Decided! :
    (14:26:45) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:26:45) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:26:45) ±Time: Night 1
    (14:26:45) Make your moves, you only have 30 seconds! :
    (14:26:45) ***************************************************************************************
    (14:26:49) Hans Landa: Sounds nice JhenMohran
    (14:26:57) Lobster: villy
    (14:26:58) Norton.: ...
    (14:26:59) Hans Landa: BG on me, im priest
    (14:27:02) leggit capture joined the channel.
    (14:27:05) Hans Landa: bg pm me
    (14:27:08) Hans Landa: and protect me
    (14:27:15) ***************************************************************************************
    (14:27:15) Times Up! :
    (14:27:15) ±Game: A suspicious person was seen wandering around during the night!
    (14:27:15) ±Game: A suspicious person was seen wandering around during the night!
    (14:27:15) ±Game: obey to Kyubey was shot and died!
    (14:27:15) No one died! :
    (14:27:15) ***************************************************************************************
    (14:27:15) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:27:15) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:27:15) ±Time: Day 1
    (14:27:15) You have 35 seconds to debate who are the bad guys! :
    (14:27:15) ***************************************************************************************
    (14:27:30) JhenMohran: suspicious
    (14:27:38) obey to Kyubey: i think to be a zombie
    (14:27:43) Hopkirk: what does revive do?
    (14:27:46) Hans Landa: Lobster, what are you?
    (14:27:46) Norton.: shot
    (14:27:49) JhenMohran: makes them not dead
    (14:27:50) ***************************************************************************************
    (14:27:50) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:27:50) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:27:50) ±Time: Day 1
    (14:27:50) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (14:27:50) ***************************************************************************************
    (14:27:51) Norton.: and still alive
    (14:27:52) Lobster: villy
    (14:27:55) Hans Landa: randing
    (14:27:55) obey to Kyubey: it revive on persons that are dead
    (14:27:57) ±Game: Hans Landa voted for Hopkirk!
    (14:28:00) Hopkirk: reason?
    (14:28:01) Hans Landa: (dont kill me for thsi guys)
    (14:28:03) ±Game: Hiphopopotas voted for Hopkirk!
    (14:28:05) ±Game: Hopkirk voted for Hans Landa!
    (14:28:06) ±Game: obey to Kyubey voted for Hans Landa!
    (14:28:06) JhenMohran: kill them for it!
    (14:28:07) Hans Landa: you sounded suspicious
    (14:28:08) ±Game: Norton. voted for Hopkirk!
    (14:28:08) Lobster: no reason
    (14:28:09) ±Game: JhenMohran voted for Hans Landa!
    (14:28:10) Hopkirk: counter as no reason
    (14:28:14) JhenMohran: lol
    (14:28:18) ±Game: Lobster voted for Hans Landa!
    (14:28:19) ***************************************************************************************
    (14:28:19) Times Up! :
    (14:28:19) No one was voted off! :
    (14:28:19) ***************************************************************************************
    (14:28:19) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:28:19) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:28:19) ±Time: Night 2
    (14:28:19) Make your moves, you only have 30 seconds! :
    (14:28:19) ***************************************************************************************
    (14:28:21) Hans Landa: (00:27:45) Hopkirk: what does revive do?
    (14:28:21) *** Norton. uses hyper beam
    (14:28:23) JhenMohran: strong
    (14:28:34) obey to Kyubey: use it on me and i will be alive again
    (14:28:43) Hopkirk: hasn't played before or ever seen the commands before
    (14:28:49) ***************************************************************************************
    (14:28:49) Times Up! :
    (14:28:49) ±Game: A suspicious person was seen wandering around during the night!
    (14:28:49) ±Game: A suspicious person was seen wandering around during the night!
    (14:28:49) ±Game: Norton. was shot and died!
    (14:28:49) No one died! :
    (14:28:49) ***************************************************************************************
    (14:28:49) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:28:49) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:28:49) ±Time: Day 2
    (14:28:49) You have 35 seconds to debate who are the bad guys! :
    (14:28:49) ***************************************************************************************
    (14:28:55) JhenMohran: FoS
    (14:29:10) Hiphopopotas: wait what was he
    (14:29:15) obey to Kyubey: priest resurrect meplease
    (14:29:19) Hans Landa: idk
    (14:29:21) Hans Landa: neighbour pm me
    (14:29:24) ***************************************************************************************
    (14:29:24) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:29:24) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:29:24) ±Time: Day 2
    (14:29:24) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (14:29:24) ***************************************************************************************
    (14:29:24) Hans Landa: QUICK
    (14:29:26) Norton.: ...
    (14:29:30) Hans Landa: neighbour pm me before i rand
    (14:29:32) JhenMohran: Everyone PM me
    (14:29:46) Hans Landa: or we could get Lobster
    (14:29:46) ±Game: Hiphopopotas voted for obey to Kyubey!
    (14:29:46) JhenMohran: why are you radning again?
    (14:29:47) obey to Kyubey: why they should pm Hans Landa or JhenMohran?
    (14:29:48) JhenMohran: ooh lag
    (14:29:52) ±Game: obey to Kyubey voted for Hiphopopotas!
    (14:29:56) ±Game: Hans Landa voted for obey to Kyubey!
    (14:29:58) obey to Kyubey: i am already dead Hiphopopotas
    (14:29:59) Hans Landa: get obey to Kyubey everyone
    (14:30:00) ±Game: Hopkirk voted for Hiphopopotas!
    (14:30:03) Hiphopopotas: oh,
    (14:30:08) ***************************************************************************************
    (14:30:08) Times Up! :
    (14:30:08) ±Game: Hiphopopotas has been lynched and became a ghost after receiving 1 votes!
    (14:30:08) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:30:08) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:30:08) ±Time: Night 3
    (14:30:08) Make your moves, you only have 30 seconds! :
    (14:30:08) ***************************************************************************************
    (14:30:14) Norton.: !
    (14:30:28) Lobster: omg ghosts
    (14:30:29) Hans Landa: Hopkirk, well played
    (14:30:30) Hiphopopotas: ressurect me unknown priest
    (14:30:30) Hans Landa: gg
    (14:30:32) JhenMohran: ghoooooosts
    (14:30:37) Hiphopopotas: Black ghost here
    (14:30:38) ***************************************************************************************
    (14:30:38) Times Up! :
    (14:30:38) ±Game: Hiphopopotas was resurrected by the Priest!
    (14:30:38) ±Game: A suspicious person was seen wandering around during the night!
    (14:30:38) ±Game: A suspicious person was seen wandering around during the night!
    (14:30:38) ±Game: Lobster was shot and died!
    (14:30:38) No one died! :
    (14:30:38) ***************************************************************************************
    (14:30:38) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:30:38) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:30:38) ±Time: Day 3
    (14:30:38) You have 35 seconds to debate who are the bad guys! :
    (14:30:38) ***************************************************************************************
    (14:30:50) JhenMohran: right
    (14:30:55) Hiphopopotas: bad mafia shoulda got priest
    (14:30:56) obey to Kyubey: come on priest ress me , not Hiphopopotas
    (14:31:06) Lobster: lol I'm a ghost
    (14:31:09) Lobster: cool
    (14:31:13) ***************************************************************************************
    (14:31:13) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:31:13) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:31:13) ±Time: Day 3
    (14:31:13) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (14:31:13) ***************************************************************************************
    (14:31:18) ±Game: Hans Landa voted for JhenMohran!
    (14:31:24) The Loser joined the channel.
    (14:31:24) ±Game: obey to Kyubey voted for JhenMohran!
    (14:31:26) Lobster: Lobster Ghost
    (14:31:30) ±Game: Hiphopopotas voted for JhenMohran!
    (14:31:32) ±Game: Norton. voted for JhenMohran!
    (14:31:40) ±Game: JhenMohran voted for Hans Landa!
    (14:31:46) ±Game: Hopkirk voted for Hans Landa!
    (14:31:54) ***************************************************************************************
    (14:31:54) Times Up! :
    (14:31:54) No one was voted off! :
    (14:31:54) ***************************************************************************************
    (14:31:54) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:31:54) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:31:54) ±Time: Night 4
    (14:31:54) Make your moves, you only have 30 seconds! :
    (14:31:54) ***************************************************************************************
    (14:32:01) Hiphopopotas: hopkirk is too obv for my liking
    (14:32:03) Norton.: well
    (14:32:04) Lobster: what happened
    (14:32:05) Hans Landa: yeah
    (14:32:12) Hans Landa: its the first time i played
    (14:32:16) JhenMohran: same
    (14:32:17) Hans Landa: so took me too long to get Hopkirk and JhenMohran
    (14:32:18) Hans Landa: maybe next time
    (14:32:20) Hans Landa: :)
    (14:32:24) ***************************************************************************************
    (14:32:24) Times Up! :
    (14:32:24) ±Game: A suspicious person was seen wandering around during the night!
    (14:32:24) ±Game: A suspicious person was seen wandering around during the night!
    (14:32:24) ±Game: Hiphopopotas was shot and died!
    (14:32:24) No one died! :
    (14:32:24) ***************************************************************************************
    (14:32:24) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:32:24) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:32:24) ±Time: Day 4
    (14:32:24) You have 35 seconds to debate who are the bad guys! :
    (14:32:24) ***************************************************************************************
    (14:32:40) Hiphopopotas: gg guys
    (14:32:43) JhenMohran: So hands up the dead people
    (14:32:52) Lobster: how do you even die in this
    (14:32:56) Smokee joined the channel.
    (14:32:57) *** Norton. is firin his lazer
    (14:32:58) Hiphopopotas: you dont
    (14:32:59) ***************************************************************************************
    (14:32:59) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (14:32:59) ±Current Players: Hans Landa, Hiphopopotas, Hopkirk, JhenMohran, Lobster, Norton., obey to Kyubey.
    (14:32:59) ±Time: Day 4
    (14:32:59) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (14:32:59) ***************************************************************************************
    (14:32:59) obey to Kyubey: i have been resed so i am alive
    (14:33:02) Hiphopopotas: I like it
    (14:33:03) ±Game: JhenMohran voted for Hans Landa!
    (14:33:03) ±Game: Hopkirk voted for Hans Landa!
    (14:33:03) arielar77 left the channel.
    (14:33:07) ±Game: Hans Landa voted for Hans Landa!
    (14:33:10) ±Game: obey to Kyubey voted for JhenMohran!
    (14:33:10) ±Game: Norton. voted for Norton.!
    (14:33:11) Lobster: lol
    (14:33:13) JhenMohran: lol
    (14:33:14) Hiphopopotas: omg
    (14:33:16) Norton.: useless vote
    (14:33:18) Norton.: ^-^
    (14:33:22) ±Game: Hiphopopotas voted for Hopkirk!
    (14:33:24) JhenMohran: obey for kuja
    (14:33:28) Norton.: obv
    (14:33:29) ***************************************************************************************
    (14:33:29) Times Up! :
    (14:33:29) ±Game: Hans Landa has been lynched and became a ghost after receiving 3 votes!
    (14:33:29) ±Game: The Mafia (JhenMohran and Hopkirk) wins!
    (14:33:29) ±Game: The Good People (obey to Kyubey, Norton., Hans Landa, Hiphopopotas and Lobster) lose!
    (14:33:29) ***************************************************************************************
    (14:33:32) JhenMohran: Nice

    (14:33:35) ***************************************************************************************
    (14:33:35) ±Game: Norton. started a game with theme Trainers!
    (14:33:35) ±Game: Type /Join to enter the game!
    (14:33:35) ***************************************************************************************

    (14:33:35) ±Game: Do you want to be the very best, like no one ever was? Then prepare your Pokédex, gather your Poké Balls, catch the best Pokémon you can find and beat your opponents to prove you are worth the title of Pokémon Master! [Type /changelog for the latest updates]
    (14:33:35) ±Game: Norton. joined the game!
    (14:33:37) Lobster: nb
     
  12. JhenMohran

    JhenMohran Random Art Guy

    Joined:
    Jun 2, 2013
    Messages:
    181
    Likes Received:
    0
    PO Trainer Name:
    JhenMohran
    Post Game Quotes needed:
    (19:33:55) Hans Landa: guys
    (19:33:58) Hans Landa: I fucking love GHOST TOWNv.
    (19:34:00) Hans Landa: coolest theme ever
    (19:34:04) Hans Landa: seriously.

    (19:34:20) Hans Landa: who made ghost town
    (19:34:29) JhenMohran: Rice
    (19:34:31) Hans Landa: #Respect to him

    (19:33:54) JhenMohran: Yeah cool theme imo .. cause won

    But yeah I agree with Roild Mafia are quite OP though Hop and I had a plan ... kinda... so maybe that swung it
    So I think Priest should either have more Resurects (but would make game drag on longer) or maybe something should have an Inspect somewhere along the line if you are doing the 1 shot action per person type thingy
     
  13. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Since Village seems to be struggling too much, I'm adding Mortician (Can inspect dead players every 2 nights) and increasing Priest's /revive to 2 charges for now.
     
  14. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    Code (text):
    1.  
    2.         {
    3.             "role": "ghost_priest",
    4.             "translation": "Priest (Dead)",
    5.             "side": "village",
    6.             "help": "You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!",
    7.             "hide": true,
    8.             "actions": {
    9.                 "vote": 0,
    10.                 "voteshield": -1000,
    11.                 "onlist": "priest",
    12.                 "onteam": "priest",
    13.                 "copy": {
    14.                     "mode": "ignore",
    15.                     "silent": true
    16.                 },
    17.                 "convert": {
    18.                     "mode": {
    19.                         "ignore": ["mafia", "framer", "framer2", "framer3"]
    20.                     },
    21.                     "silent": true
    22.                 }
    23.             }
    24.         },
    25.  
    By the help one would assume there's two Priests including themself, but there's only one in roles1
     
  15. Rand

    Rand The Rand we all know and love

    Joined:
    Apr 15, 2012
    Messages:
    42
    Likes Received:
    1
    PO Trainer Name:
    Gemini-S58
    This theme is way too confusing, there should be a list of people of who are ghosts at all phases, not only after someone was lynched.

    [secret](15:45:59) ***************************************************************************************
    (15:45:59) Times Up! :
    (15:45:59) The Roles have been Decided! :
    (15:45:59) ±Game: You are a Framer!
    (15:45:59) ±Game: Type /kill [name] during the night to kill someone and transform them into a ghost! Once during the game, you can also use /frame [name] on any player to change the number of people seen walking during the night (use on a teammate to reduce, or on a villager to increase).
    (15:45:59) ±Game: Your team is Joeypals (Mafia), Rand (Framer) and CrimsonXY (Mafia).
    (15:45:59) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Mortician, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:45:59) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:45:59) ±Current Team: Framer, Mafia, Mafia
    (15:45:59) ±Time: Night 1
    (15:45:59) Make your moves, you only have 30 seconds! :
    (15:45:59) ***************************************************************************************
    (15:46:00) Maili Kunis: whats ghosts
    (15:46:03) Joeypals: I opened up PO2 lol
    (15:46:07) Joeypals: Is this Ghost o.o
    (15:46:08) Reddash9 joined the channel.
    (15:46:09) Shiny Raichu: Frcking villy ;~;
    (15:46:10) Battle between ShootingQuasarMaster and started.
    (15:46:10) MewtwoHidden left the channel.
    (15:46:12) Reddash9 left the channel.
    (15:46:14) ±Game: Your partner (CrimsonXY) has decided to kill 'MystralPxP'!
    (15:46:17) Maili Kunis: im villy not complainign
    (15:46:19) the King Dedede: yes
    (15:46:21) ±Game: You cannot use this action for 1 night(s)!
    (15:46:22) Maili Kunis: complaining*
    (15:46:24) Dagger: Let the deadtalking begin.
    (15:46:26) Sky Sentinel: w0w villager
    (15:46:26) ±Game: You have chosen to kill Shiny Raichu!
    (15:46:28) ***************************************************************************************
    (15:46:28) Times Up! :
    (15:46:28) ±Game: A suspicious person was seen wandering around during the night!
    (15:46:28) ±Game: A suspicious person was seen wandering around during the night!
    (15:46:28) ±Game: Your target (Shiny Raichu) was cursed!
    (15:46:28) ±Game: A suspicious person was seen wandering around during the night!
    (15:46:28) ±Game: Shiny Raichu was shot and died!
    (15:46:28) No one died! :
    (15:46:28) ***************************************************************************************
    (15:46:28) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Mortician, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:46:28) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:46:28) ±Current Team: Framer, Mafia, Mafia
    (15:46:28) ±Time: Day 1
    (15:46:28) You have 30 seconds to debate who are the bad guys! :
    (15:46:28) ***************************************************************************************
    (15:46:29) Joeypals: Indeed Dagger
    (15:46:32) the King Dedede: woooooo
    (15:46:33) Finchinator won against brandon18.
    (15:46:36) Seth Auron: lots of suspicious people
    (15:46:37) Dagger: lol.
    (15:46:38) Kitteh Luvin: I am the neighbor
    (15:46:39) Joeypals: RIP Shiny Raichu :(
    (15:46:46) Kitteh Luvin: Good mornin
    (15:46:47) Battle between and Finchinator started.
    (15:46:47) Joeypals: What were you, just villy?
    (15:46:49) Sky Sentinel: yo let's vote for sey skntinel
    (15:46:52) Maili Kunis: hes still alive
    (15:46:54) Maili Kunis: hes a ghost
    (15:46:57) Shiny Raichu: ..
    (15:46:58) ***************************************************************************************
    (15:46:58) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Mortician, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:46:58) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:46:58) ±Current Team: Framer, Mafia, Mafia
    (15:46:58) ±Time: Day 1
    (15:46:58) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:46:58) ***************************************************************************************
    (15:46:59) HipHopopotas, joined the channel.
    (15:47:00) Shiny Raichu: I am :D
    (15:47:02) the King Dedede: i agree Sky Sentinel
    (15:47:04) Maili Kunis: xD
    (15:47:04) Dagger: Mortitian, get on that.
    (15:47:05) Rand: ghosts are not alive
    (15:47:06) *** the King Dedede voted for Sky Sentinel!
    (15:47:07) Shiny Raichu: That's coool :D
    (15:47:09) ±Game: Sky Sentinel voted for Sky Sentinel!
    (15:47:10) Simon7448 left the channel.
    (15:47:10) Simon7448 joined the channel.
    (15:47:11) Seth Auron: that's fun
    (15:47:12) Sky Sentinel: !
    (15:47:13) Seth Auron: dead chat?
    (15:47:18) ±Game: Seth Auron voted for Sky Sentinel!
    (15:47:20) ±Game: Rand voted for Seth Auron!
    (15:47:21) ±Game: Joeypals voted for Sky Sentinel!
    (15:47:23) Sky Sentinel: what are we even playing
    (15:47:28) Joeypals: Not sure what just happened but k
    (15:47:29) ±Game: Shiny Raichu voted for Sky Sentinel!
    (15:47:29) Seth Auron: ghost theme
    (15:47:31) Sky Sentinel: i thought this was trust LOL
    (15:47:34) Seth Auron: I think it's just where the dead can talk
    (15:47:35) Joeypals: ikr Sky Sentinel XD
    (15:47:36) ***************************************************************************************
    (15:47:36) Times Up! :
    (15:47:36) ±Ghost Players: Shiny Raichu.
    (15:47:36) ±Game: Sky Sentinel has been lynched and became a ghost after receiving 3 votes!
    (15:47:36) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Mortician, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:47:36) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:47:36) ±Current Team: Framer, Mafia, Mafia
    (15:47:36) ±Time: Night 2
    (15:47:36) Make your moves, you only have 30 seconds! :
    (15:47:36) ***************************************************************************************
    (15:47:36) MewtwoHidden joined the channel.
    (15:47:36) Dagger: Looool!
    (15:47:47) ±Game: Your partner (CrimsonXY) has decided to kill 'Dagger'!
    (15:47:50) Joeypals: So that's the message that I was missing on my phone...
    (15:47:51) Sky Sentinel: am dead
    (15:47:55) ±Game: You have chosen to frame MystralPxP!
    (15:47:57) Seth Auron: seems that way
    (15:48:00) Joeypals: I never got the ghostly players
    (15:48:02) *** *********************************************************************** ***
    (15:48:02) ±Role: Mafia
    (15:48:02) ±Ability: Can kill one person during the night. Sided with Mafia.
    (15:48:02) ±Players: 1-12 Players
    (15:48:02) *** *********************************************************************** ***

    (15:48:05) ***************************************************************************************
    (15:48:05) Times Up! :
    (15:48:05) ±Game: You have 0 charges remaining
    (15:48:05) ±Game: A suspicious person was seen wandering around during the night!
    (15:48:05) ±Game: A suspicious person was seen wandering around during the night!
    (15:48:05) ±Game: A suspicious person was seen wandering around during the night!
    (15:48:05) ±Game: Your target (Dagger) was cursed!
    (15:48:05) ±Game: A suspicious person was seen wandering around during the night!
    (15:48:05) ±Game: Dagger was shot and died!
    (15:48:05) No one died! :
    (15:48:05) ***************************************************************************************
    (15:48:05) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Mortician, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:48:05) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:48:05) ±Current Team: Framer, Mafia, Mafia
    (15:48:05) ±Time: Day 2
    (15:48:05) You have 30 seconds to debate who are the bad guys! :
    (15:48:05) ***************************************************************************************
    (15:48:10) Dagger: ohpfft.
    (15:48:14) the King Dedede: lol
    (15:48:14) Sky Sentinel: the hell is dis
    (15:48:15) Dagger: killing the bg. that's cool.
    (15:48:16) Seth Auron: so many suspicious figures
    (15:48:18) MystralPxP: man
    (15:48:20) Reddash9 joined the channel.
    (15:48:21) Maili Kunis: ..
    (15:48:24) Joeypals: Does the Priest wanna work now?
    (15:48:26) Maili Kunis: ends please
    (15:48:27) Rand: what is going on
    (15:48:28) Seth Auron: ^
    (15:48:31) *** *********************************************************************** ***
    (15:48:31) ±Game: No such role in this theme!
    (15:48:31) *** *********************************************************************** ***

    (15:48:32) Dagger: ghosts, your votes are zero.
    (15:48:33) Seth Auron: what joey said
    (15:48:33) *** *********************************************************************** ***
    (15:48:33) ±Role: Framer
    (15:48:33) ±Ability: Can kill one person during the night. Can change the amount of people seen during a night attack (once during the game). Sided with Mafia.
    (15:48:33) ±Players: 10-12 Players
    (15:48:33) *** *********************************************************************** ***

    (15:48:35) ***************************************************************************************
    (15:48:35) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Mortician, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:48:35) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:48:35) ±Current Team: Framer, Mafia, Mafia
    (15:48:35) ±Time: Day 2
    (15:48:35) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:48:35) ***************************************************************************************
    (15:48:41) Dagger: All you can do is talk. Stop confusing people. ;-;
    (15:48:42) the King Dedede: who claim
    (15:48:45) Joeypals: It's basically a revved up Default where you can deadtalk
    (15:48:50) Seth Auron: ^
    (15:48:50) sleepingdiamond changed names and is now known as diamondslight.
    (15:48:51) Roild changed names and is now known as Roild - AFK.
    (15:48:54) MystralPxP: priest pls
    (15:49:02) Rand: where's the werewolf
    (15:49:05) ***************************************************************************************
    (15:49:05) Times Up! :
    (15:49:05) No one was voted off! :
    (15:49:05) ***************************************************************************************
    (15:49:05) ±Current Roles: Bodyguard, Bulletproof, Framer, Mafia, Mafia, Mortician, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:49:05) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:49:05) ±Current Team: Framer, Mafia, Mafia
    (15:49:05) ±Time: Night 3
    (15:49:05) Make your moves, you only have 30 seconds! :
    (15:49:05) ***************************************************************************************
    (15:49:09) ±Game: Your partner (Joeypals) has decided to kill 'MystralPxP'!
    (15:49:17) Dagger: Mortician and Priest need to get to it.
    (15:49:18) Sky Sentinel: so
    (15:49:22) ShootingQuasarMaster won against .
    (15:49:22) MystralPxP: dagger
    (15:49:25) Sky Sentinel: priest on me tho
    (15:49:26) Joeypals: What Dagger said
    (15:49:27) Dagger: Priest, bg here, keep reviving me to save some time.
    (15:49:35) ***************************************************************************************
    (15:49:35) Times Up! :
    (15:49:35) ±Game: Dagger was resurrected by the Priest!
    (15:49:35) ±Game: A suspicious person was seen wandering around during the night!
    (15:49:35) ±Game: A suspicious person was seen wandering around during the night!
    (15:49:35) ±Game: Your target (MystralPxP) was cursed!
    (15:49:35) ±Game: A suspicious person was seen wandering around during the night!
    (15:49:35) ±Game: MystralPxP was shot and died!
    (15:49:35) No one died! :
    (15:49:35) ***************************************************************************************
    (15:49:35) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:49:35) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:49:35) ±Current Team: Framer, Mafia, Mafia
    (15:49:35) ±Time: Day 3
    (15:49:35) You have 30 seconds to debate who are the bad guys! :
    (15:49:35) ***************************************************************************************
    (15:49:36) MystralPxP: mortician need two turns
    (15:49:42) Dagger: thank you lordy
    (15:49:50) Shiny Raichu: I
    (15:49:51) Dagger: priest, pm
    (15:49:52) Joeypals: Yay, Dagger's back :)
    (15:49:54) Sky Sentinel: what is even going on?
    (15:49:57) Dagger: so i can bg you
    (15:49:58) Shiny Raichu: Am having the time of my life
    (15:49:59) Seth Auron: oh neat, priests bring people alive and stuff
    (15:50:00) MystralPxP: wad at cooldown
    (15:50:00) forfeited against Finchinator.
    (15:50:03) Rand: I have no idea
    (15:50:04) the King Dedede: is this theme even ending
    (15:50:05) ***************************************************************************************
    (15:50:05) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:50:05) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:50:05) ±Current Team: Framer, Mafia, Mafia
    (15:50:05) ±Time: Day 3
    (15:50:05) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:50:05) ***************************************************************************************
    (15:50:07) Shiny Raichu: and I never felt this way before
    (15:50:11) Shiny Raichu: and I swear...
    (15:50:11) the King Dedede: >dies
    (15:50:14) Shiny Raichu: this is true..
    (15:50:14) the King Dedede: >reborn
    (15:50:16) Reddash9 left the channel.
    (15:50:19) ±Game: Rand voted for Seth Auron!
    (15:50:20) Joeypals: OMG Shiny XD
    (15:50:21) Rand: fuck this theme
    (15:50:22) Dagger: waiting on that pm, priest.
    (15:50:22) ±Game: Joeypals voted for Seth Auron!
    (15:50:24) Dagger: hurry.
    (15:50:26) Seth Auron: ok
    (15:50:27) ±Game: Dagger voted for Seth Auron!
    (15:50:28) *** MystralPxP says: Confusing people time!
    (15:50:28) Seth Auron: villy gone
    (15:50:29) ±Game: the King Dedede voted for Seth Auron!
    (15:50:29) ±Game: CrimsonXY voted for Seth Auron!
    (15:50:32) *** Seth Auron packs up
    (15:50:32) Battle between ShootingQuasarMaster and started.
    (15:50:36) ***************************************************************************************
    (15:50:36) Times Up! :
    (15:50:36) ±Ghost Players: Sky Sentinel, Shiny Raichu and MystralPxP.
    (15:50:36) ±Game: Seth Auron has been lynched and became a ghost after receiving 5 votes!
    (15:50:36) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:50:36) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:50:36) ±Current Team: Framer, Mafia, Mafia
    (15:50:36) ±Time: Night 4
    (15:50:36) Make your moves, you only have 30 seconds! :
    (15:50:36) ***************************************************************************************
    (15:50:42) Seth Auron: oh yeah
    (15:50:43) ±Game: Your partner (Joeypals) has decided to kill 'Dagger'!
    (15:50:44) brandon18 left the channel.
    (15:50:45) Seth Auron: stuff
    (15:50:53) Joeypals: All those poor ghosties :(
    (15:50:54) Sky Sentinel: hm
    (15:50:57) Rand: I agree with ddd, when does this end?
    (15:51:00) Seth Auron: guess i'll just wander about
    (15:51:07) ***************************************************************************************
    (15:51:07) Times Up! :
    (15:51:07) ±Game: A suspicious person was seen wandering around during the night!
    (15:51:07) ±Game: A suspicious person was seen wandering around during the night!
    (15:51:07) ±Game: Your target (Dagger) was cursed!
    (15:51:07) ±Game: A suspicious person was seen wandering around during the night!
    (15:51:07) ±Game: Dagger was shot and died!
    (15:51:07) No one died! :
    (15:51:07) ***************************************************************************************
    (15:51:07) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:51:07) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:51:07) ±Current Team: Framer, Mafia, Mafia
    (15:51:07) ±Time: Day 4
    (15:51:07) You have 30 seconds to debate who are the bad guys! :
    (15:51:07) ***************************************************************************************
    (15:51:11) won against Seth Auron.
    (15:51:12) the King Dedede: LOL
    (15:51:17) the King Dedede: rotfl
    (15:51:20) Dagger: well duh
    (15:51:20) Joeypals: Where'd the Mortician go anyway?
    (15:51:23) Rand: when all mafias are ghosts/all villagers are ghosts?
    (15:51:24) Dagger: I was gonna die again
    (15:51:27) MystralPxP: Joey
    (15:51:31) MystralPxP: Im dead
    (15:51:32) Kitteh Luvin: afk morti guess
    (15:51:33) Shiny Raichu: WTf...
    (15:51:36) Joeypals: Oh fffs
    (15:51:36) ***************************************************************************************
    (15:51:36) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:51:36) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:51:36) ±Current Team: Framer, Mafia, Mafia
    (15:51:36) ±Time: Day 4
    (15:51:36) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:51:36) ***************************************************************************************
    (15:51:40) Shiny Raichu: I don't understand this theme?
    (15:51:42) ±Game: Maili Kunis voted for Maili Kunis!
    (15:51:44) Shiny Raichu: How do you win XD?
    (15:51:45) ±Game: Rand voted for Maili Kunis!
    (15:51:48) Maili Kunis: cant take it anymore
    (15:51:50) Dagger: maili, you're not dead.
    (15:51:50) ±Game: Shiny Raichu voted for Maili Kunis!
    (15:51:51) ±Game: Seth Auron voted for Seth Auron!
    (15:51:52) Maili Kunis: bai world
    (15:51:54) Seth Auron: just cuz I can
    (15:51:55) Dagger: But you can deadtalk.. >_>
    (15:51:56) Rand: everyone has to be a ghost, apparently
    (15:51:56) ±Game: Joeypals voted for Maili Kunis!
    (15:51:57) ±Game: Kitteh Luvin voted for Maili Kunis!
    (15:52:00) ±Game: the King Dedede voted for Seth Auron!
    (15:52:03) Maili Kunis: ;.;
    (15:52:05) MystralPxP: booooriiiiiing
    (15:52:06) Joeypals: The more ghosts, the worse off we are
    (15:52:07) ***************************************************************************************
    (15:52:07) Times Up! :
    (15:52:07) ±Ghost Players: Sky Sentinel, Shiny Raichu and MystralPxP.
    (15:52:07) ±Game: Maili Kunis has been lynched and became a ghost after receiving 4 votes!
    (15:52:07) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:52:07) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:52:07) ±Current Team: Framer, Mafia, Mafia
    (15:52:07) ±Time: Night 5
    (15:52:07) Make your moves, you only have 30 seconds! :
    (15:52:07) ***************************************************************************************
    (15:52:10) Seth Auron: you're actually voting off a ghost DDD
    (15:52:13) Dagger: either village turns all baddies into ghosts
    (15:52:15) Dagger: or visa versa
    (15:52:18) sakito joined the channel.
    (15:52:19) Rand: wasn't dagger a ghost?
    (15:52:20) ±Game: Your partner (Joeypals) has decided to kill 'Magmarex'!
    (15:52:24) Joeypals: He got revived
    (15:52:25) Dagger: I was ressurected.
    (15:52:26) Dagger: She^
    (15:52:31) Shiny Raichu: By jesus.
    (15:52:31) Joeypals: She, gfdi
    (15:52:31) Dagger: And then killed again.
    (15:52:32) Reddash9 joined the channel.
    (15:52:35) Joeypals: I keep telling myself that too
    (15:52:36) Battle between Reddash9 and started.
    (15:52:37) ***************************************************************************************
    (15:52:37) Times Up! :
    (15:52:37) ±Game: A suspicious person was seen wandering around during the night!
    (15:52:37) ±Game: A suspicious person was seen wandering around during the night!
    (15:52:37) ±Game: Your target (Magmarex) was cursed!
    (15:52:37) ±Game: A suspicious person was seen wandering around during the night!
    (15:52:37) ±Game: Magmarex was shot and died!
    (15:52:37) No one died! :
    (15:52:37) ***************************************************************************************
    (15:52:37) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:52:37) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:52:37) ±Current Team: Framer, Mafia, Mafia
    (15:52:37) ±Time: Day 5
    (15:52:37) You have 30 seconds to debate who are the bad guys! :
    (15:52:37) ***************************************************************************************
    (15:52:39) MystralPxP: revive me pls
    (15:52:44) Dagger: ugh
    (15:52:52) Dagger: priest is dead
    (15:52:55) the King Dedede: how does this theme werkkk
    (15:52:57) MystralPxP: oh
    (15:53:02) Shiny Raichu: No one knows Dedede
    (15:53:04) forfeited against ShootingQuasarMaster.
    (15:53:04) Kitteh Luvin: This will go on for a while
    (15:53:05) MystralPxP: great lol
    (15:53:07) ***************************************************************************************
    (15:53:07) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:53:07) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:53:07) ±Current Team: Framer, Mafia, Mafia
    (15:53:07) ±Time: Day 5
    (15:53:07) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:53:07) ***************************************************************************************
    (15:53:08) Joeypals: In many magical ways
    (15:53:09) Sky Sentinel: well
    (15:53:15) Battle between MystralPxP and started.
    (15:53:16) Kitteh Luvin: This theme is meant to drag on
    (15:53:21) Joeypals: There's 5 dead, making the votes 3 to 5 atm
    (15:53:24) Joeypals: I think
    (15:53:28) Joeypals: Might have done my math wrong
    (15:53:33) ±Game: Shiny Raichu voted for Shiny Raichu!
    (15:53:37) Shiny Raichu: I'm already a ghost
    (15:53:38) Joeypals: Oh, sorry, 3 v 3
    (15:53:40) ***************************************************************************************
    (15:53:40) Times Up! :
    (15:53:40) No one was voted off! :
    (15:53:40) ***************************************************************************************
    (15:53:40) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:53:40) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:53:40) ±Current Team: Framer, Mafia, Mafia
    (15:53:40) ±Time: Night 6
    (15:53:40) Make your moves, you only have 30 seconds! :
    (15:53:40) ***************************************************************************************
    (15:53:42) Shiny Raichu: eliminate me!
    (15:53:42) Shiny Raichu: \
    (15:53:45) clarkkent joined the channel.
    (15:53:46) Shiny Raichu: ;~;
    (15:53:51) ±Game: Your partner (Joeypals) has decided to kill 'Kitteh Luvin'!
    (15:53:53) Magmarex: ./end =.=
    (15:53:54) Dagger: Shiny, you're dead already.
    (15:54:07) Rand: I hate this theme
    (15:54:10) Rand: who the hell aproved it
    (15:54:10) ***************************************************************************************
    (15:54:10) Times Up! :
    (15:54:10) ±Game: A suspicious person was seen wandering around during the night!
    (15:54:10) ±Game: A suspicious person was seen wandering around during the night!
    (15:54:10) ±Game: Your target (Kitteh Luvin) was cursed!
    (15:54:10) ±Game: A suspicious person was seen wandering around during the night!
    (15:54:10) ±Game: Kitteh Luvin was shot and died!
    (15:54:10) No one died! :
    (15:54:10) ***************************************************************************************
    (15:54:10) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:54:10) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:54:10) ±Current Team: Framer, Mafia, Mafia
    (15:54:10) ±Time: Day 6
    (15:54:10) You have 30 seconds to debate who are the bad guys! :
    (15:54:10) ***************************************************************************************
    (15:54:14) Shiny Raichu: someone end this. Bull(((
    (15:54:19) the King Dedede: am i dead yet
    (15:54:19) clarkkent left the channel.
    (15:54:21) Dagger: it's okay. baddies are about to win, lol
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Bodyguard
    (15:54:27) ±Ability: Can protect one person during the night (dies instead of the protected person). Sided with Good People.
    (15:54:27) ±Players: 7-12 Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Bulletproof
    (15:54:27) ±Ability: Survives 1 night attack (can get killed normally after that). Sided with Good People.
    (15:54:27) ±Players: 11-12 Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Framer
    (15:54:27) ±Ability: Can kill one person during the night. Can change the amount of people seen during a night attack (once during the game). Sided with Mafia.
    (15:54:27) ±Players: 10-12 Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Ghost
    (15:54:27) ±Ability: Whoever dies becomes a Ghost. Vote counts as 0, cannot be lynched and still win with their original side. Ghosts can also be resurrected by the Priest.
    (15:54:27) ±Players: Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Mafia
    (15:54:27) ±Ability: Can kill one person during the night. Sided with Mafia.
    (15:54:27) ±Players: 1-12 Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Mortician
    (15:54:27) ±Ability: Can inspect 1 dead person every 2 nights. Sided with Good People.
    (15:54:27) ±Players: 9-12 Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Neighbour
    (15:54:27) ±Ability: Can greet 1 person during the night to reveal itself to that person (once in the game). Sided with Good People.
    (15:54:27) ±Players: 4-12 Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Priest
    (15:54:27) ±Ability: Can revive one person during the night (twice in the game). Sided with Good People.
    (15:54:27) ±Players: 5-12 Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:27) ±Role: Villager
    (15:54:27) ±Ability: Sided with Good People.
    (15:54:27) ±Players: 2-12 Players
    (15:54:27) *** *********************************************************************** ***
    (15:54:34) Kitteh Luvin: Dead lel
    (15:54:37) Battle between L and started.
    (15:54:40) ***************************************************************************************
    (15:54:40) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:54:40) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:54:40) ±Current Team: Framer, Mafia, Mafia
    (15:54:40) ±Time: Day 6
    (15:54:40) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:54:40) ***************************************************************************************
    (15:54:46) Kitteh Luvin: Ill watch you while you sleep as a ghost
    (15:54:58) ±Game: Shiny Raichu voted for Shiny Raichu!
    (15:55:11) ***************************************************************************************
    (15:55:11) Times Up! :
    (15:55:11) No one was voted off! :
    (15:55:11) ***************************************************************************************
    (15:55:11) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:55:11) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:55:11) ±Current Team: Framer, Mafia, Mafia
    (15:55:11) ±Time: Night 7
    (15:55:11) Make your moves, you only have 30 seconds! :
    (15:55:11) ***************************************************************************************
    (15:55:18) Tyrantrum left the channel.
    (15:55:19) ±Game: Your partner (Joeypals) has decided to kill 'Dagger'!
    (15:55:22) *** the King Dedede gets shot
    (15:55:34) Dagger: Maili Kunis is still alive, Seth Auron..
    (15:55:36) Dagger: CrimsonXY..
    (15:55:40) ***************************************************************************************
    (15:55:40) Times Up! :
    (15:55:40) ±Game: A suspicious person was seen wandering around during the night!
    (15:55:40) ±Game: A suspicious person was seen wandering around during the night!
    (15:55:40) ±Game: Your target (Dagger) couldn't be cursed!
    (15:55:40) ±Game: A suspicious person was seen wandering around during the night!
    (15:55:40) No one died! :
    (15:55:40) ***************************************************************************************
    (15:55:40) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:55:40) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:55:40) ±Current Team: Framer, Mafia, Mafia
    (15:55:40) ±Time: Day 7
    (15:55:40) You have 30 seconds to debate who are the bad guys! :
    (15:55:40) ***************************************************************************************
    (15:55:46) Battle between ShootingQuasarMaster and started.
    (15:55:48) the King Dedede: loooooooooool
    (15:55:49) TheUnknownOne left the channel.
    (15:55:49) Shiny Raichu: ;~;
    (15:55:52) Shiny Raichu: SOMEONE WIN!
    (15:55:55) Rand: what about the suspicious person thing?
    (15:55:58) Joeypals: ^
    (15:56:04) Joeypals: Who's all dead?
    (15:56:10) ***************************************************************************************
    (15:56:10) ±Current Roles: Bodyguard, Bodyguard, Bulletproof, Framer, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager, Villager.
    (15:56:10) ±Current Players: CrimsonXY, Dagger, Joeypals, Kitteh Luvin, Magmarex, Maili Kunis, MystralPxP, Rand, Seth Auron, Shiny Raichu, Sky Sentinel, the King Dedede.
    (15:56:10) ±Current Team: Framer, Mafia, Mafia
    (15:56:10) ±Time: Day 7
    (15:56:10) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (15:56:10) ***************************************************************************************
    (15:56:12) Dagger: means 3 baddies
    (15:56:14) Dagger: are still out there
    (15:56:24) ±Game: Shiny Raichu voted for Magmarex!
    (15:56:30) ±Game: the King Dedede voted for Joeypals!
    (15:56:32) ±Game: Joeypals voted for the King Dedede!
    (15:56:33) Kitteh Luvin: All right, Im still ghost
    (15:56:36) Dagger: you're a dead ghost with a vote of zero lol
    (15:56:36) ±Game: CrimsonXY voted for the King Dedede!
    (15:56:41) ShootingQuasarMaster forfeited against .
    (15:56:41) Dagger: and mag is dead priest
    (15:56:42) the King Dedede: mafia
    (15:56:43) Battle between ShootingQuasarMaster and started.
    (15:56:43) ***************************************************************************************
    (15:56:43) Times Up! :
    (15:56:43) ±Ghost Players: Kitteh Luvin, Sky Sentinel, Seth Auron, Maili Kunis, Shiny Raichu, MystralPxP and Magmarex.
    (15:56:43) ±Game: the King Dedede has been lynched and became a ghost after receiving 2 votes!
    (15:56:43) ±Game: The Mafia (Joeypals, Rand and CrimsonXY) wins!
    (15:56:43) ±Game: The Good People (Dagger, Kitteh Luvin, the King Dedede, Sky Sentinel, Magmarex, Seth Auron, MystralPxP, Maili Kunis and Shiny Raichu) lose!
    (15:56:43) ***************************************************************************************[/secret]
     
  16. Stocke

    Stocke Wat is dis I don't even

    Joined:
    Mar 27, 2013
    Messages:
    128
    Likes Received:
    77
    There goes another log.
    (21:57:13) ***************************************************************************************
    (21:57:13) Times Up! :
    (21:57:13) The Roles have been Decided! :
    (21:57:13) ±Current Roles: Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (21:57:13) ±Current Players: Bangerz, FPT, Gr0v., Jezza32, PKMNChampionRed, the King Dedede.
    (21:57:13) ±Time: Night 1
    (21:57:13) Make your moves, you only have 30 seconds! :
    (21:57:13) ***************************************************************************************
    (21:57:21) Gr0v.: then dont join ;v
    (21:57:28) Bangerz: rude
    (21:57:34) the King Dedede: i shall rand
    (21:57:36) Gr0v.: dying n1 watch
    (21:57:44) ***************************************************************************************
    (21:57:44) Times Up! :
    (21:57:44) ±Game: A suspicious person was seen wandering around during the night!
    (21:57:44) ±Game: A suspicious person was seen wandering around during the night!
    (21:57:44) ±Game: the King Dedede was shot and died!
    (21:57:44) No one died! :
    (21:57:44) ***************************************************************************************
    (21:57:44) ±Current Roles: Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (21:57:44) ±Current Players: Bangerz, FPT, Gr0v., Jezza32, PKMNChampionRed, the King Dedede.
    (21:57:44) ±Time: Day 1
    (21:57:44) You have 30 seconds to debate who are the bad guys! :
    (21:57:44) ***************************************************************************************
    (21:57:47) the King Dedede: pfffft
    (21:57:52) Bangerz: hrmmmmy
    (21:57:53) the King Dedede: r00d
    (21:57:54) Jezza32: priest on ddd
    (21:57:55) Gr0v.: suspeicious person died
    (21:58:01) Gr0v.: *was found
    (21:58:14) the King Dedede: im just a villy js
    (21:58:15) the King Dedede: dead
    (21:58:15) ***************************************************************************************
    (21:58:15) ±Current Roles: Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (21:58:15) ±Current Players: Bangerz, FPT, Gr0v., Jezza32, PKMNChampionRed, the King Dedede.
    (21:58:15) ±Time: Day 1
    (21:58:15) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:58:15) ***************************************************************************************
    (21:58:24) Jezza32: we are at 3 v 2
    (21:58:26) ±Game: the King Dedede voted for PKMNChampionRed!
    (21:58:28) the King Dedede: there
    (21:58:30) the King Dedede: oh
    (21:58:33) ±Game: Jezza32 voted for PKMNChampionRed!
    (21:58:33) ±Game: Gr0v. voted for PKMNChampionRed!
    (21:58:33) Bangerz: nooo
    (21:58:34) ±Game: FPT voted for PKMNChampionRed!
    (21:58:35) Bangerz: omfg
    (21:58:43) ±Game: PKMNChampionRed voted for the King Dedede!
    (21:58:44) FPT: inb4 priest
    (21:58:46) ±Game: Bangerz voted for the King Dedede!
    (21:58:46) ***************************************************************************************
    (21:58:46) Times Up! :
    (21:58:46) ±Game: PKMNChampionRed has been lynched and became a ghost after receiving 3 votes!
    (21:58:46) ±Current Roles: Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (21:58:46) ±Current Players: Bangerz, FPT, Gr0v., Jezza32, PKMNChampionRed, the King Dedede.
    (21:58:46) ±Time: Night 2
    (21:58:46) Make your moves, you only have 30 seconds! :
    (21:58:46) ***************************************************************************************
    (21:58:54) the King Dedede: what was that
    (21:59:03) Gr0v.: how do you know when someone is mafia who died
    (21:59:06) Jezza32: Priest revive DDD
    (21:59:10) PKMNChampionRed: Darn
    (21:59:12) PKMNChampionRed: Help
    (21:59:16) ***************************************************************************************
    (21:59:16) Times Up! :
    (21:59:16) ±Game: the King Dedede was resurrected by the Priest!
    (21:59:16) ±Game: A suspicious person was seen wandering around during the night!
    (21:59:16) ±Game: A suspicious person was seen wandering around during the night!
    (21:59:16) ±Game: Gr0v. was shot and died!
    (21:59:16) No one died! :
    (21:59:16) ***************************************************************************************
    (21:59:17) ±Current Roles: Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (21:59:17) ±Current Players: Bangerz, FPT, Gr0v., Jezza32, PKMNChampionRed, the King Dedede.
    (21:59:17) ±Time: Day 2
    (21:59:17) You have 30 seconds to debate who are the bad guys! :
    (21:59:17) ***************************************************************************************
    (21:59:19) PKMNChampionRed: Preist save me
    (21:59:22) Jezza32: there are less suspicious people at night
    (21:59:29) the King Dedede: i randed a mafia
    (21:59:30) the King Dedede: yeshhh
    (21:59:45) the King Dedede: wait no
    (21:59:45) Jezza32: you didn't they were clean
    (21:59:46) ***************************************************************************************
    (21:59:46) ±Current Roles: Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (21:59:46) ±Current Players: Bangerz, FPT, Gr0v., Jezza32, PKMNChampionRed, the King Dedede.
    (21:59:46) ±Time: Day 2
    (21:59:46) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:59:47) ***************************************************************************************
    (21:59:53) the King Dedede: theres still two :x
    (21:59:54) ±Game: Bangerz voted for FPT!
    (21:59:57) the King Dedede: k hes not a mafia
    (21:59:58) ±Game: FPT voted for Bangerz!
    (21:59:58) ±Game: Jezza32 voted for FPT!
    (22:00:00) FPT: No
    (22:00:04) ±Game: Gr0v. voted for Bangerz!
    (22:00:12) ±Game: PKMNChampionRed voted for FPT!
    (22:00:14) FPT: .-.
    (22:00:17) FPT: tie it
    (22:00:19) ***************************************************************************************
    (22:00:19) Times Up! :
    (22:00:19) ±Ghost Players: PKMNChampionRed and Gr0v..
    (22:00:20) ±Game: FPT has been lynched and became a ghost after receiving 2 votes!
    (22:00:20) ±Current Roles: Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (22:00:20) ±Current Players: Bangerz, FPT, Gr0v., Jezza32, PKMNChampionRed, the King Dedede.
    (22:00:20) ±Time: Night 3
    (22:00:20) Make your moves, you only have 30 seconds! :
    (22:00:20) ***************************************************************************************
    (22:00:29) the King Dedede: it is tied
    (22:00:30) the King Dedede: js
    (22:00:31) PKMNChampionRed: preist help
    (22:00:34) FPT: He can't
    (22:00:35) the King Dedede: inb4 i die
    (22:00:36) FPT: he's dead
    (22:00:39) FPT: .-.
    (22:00:50) ***************************************************************************************
    (22:00:50) Times Up! :
    (22:00:50) ±Game: A suspicious person was seen wandering around during the night!
    (22:00:50) ±Game: A suspicious person was seen wandering around during the night!
    (22:00:50) ±Game: the King Dedede was shot and died!
    (22:00:50) No one died! :
    (22:00:50) ±Game: The Mafia (Jezza32 and Bangerz) wins!
    (22:00:50) ±Game: The Good People (the King Dedede, PKMNChampionRed, FPT and Gr0v.) lose!
    (22:00:50) ***************************************************************************************

    So far I think Mafia is winning too much.

    (22:03:21) *** GHOSTS WIN DATA ***
    (22:03:21) Theme Played: 9 times

    (22:03:21) 1: Mafia. Times Won: 9. Average Players per win: 8.22

    As in 100% of the time. Which doesn't exactly scream "balance". Maybe it's the players to blame but dunno.
     
  17. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Copy/Paste Power :x
    Well, there could be another Priest someday, why not? :x

    I'd love to have a list of all ghosts available all the time, but it's simply not possible with the current scripts. Well, it's kind of possible with some complicated code, but that would mean 1 line of text for every dead player whenever someone uses /myrole

    Nah, Mafia is not winning enough :x [/joke]
    That's probably because the theme is still confusing. If you compare to Vanilla, Village has way more strength than Mafia, but being in the dark about who dies is a great advantage to Mafia. It probably would help if I could prevent some roles from using /vote at all, so the voting phase wouldn't be such a mess, but that would require a new mafia feature (which shouldn't be hard to code, but I don't think many themes would be able to use it, so it could end not being worth adding).

    tl;dr:2 features I could code could help this theme, tell me if you think it's worth the addition:
    -startup.revealPlayers: Would list some roles revealed to a role when the game begins or they use /myrole, but all of them would show in a single line and without the exact role.
    -noVote: Role is unable to use /vote.
     
  18. Stocke

    Stocke Wat is dis I don't even

    Joined:
    Mar 27, 2013
    Messages:
    128
    Likes Received:
    77
    Yeah, I'll give this theme vote of confidence and won't give my verdict just yet. Still, I'm hoping some village win appears soon.

    About the features, right now I can't imagine any use for them that would make them worth the effort. -noVote would probably be the most interesting out of those two though, and maybe it can be reconsidered in the future. But quoting our dear Professor Oak, "There's a time and a place for everything... But not now!".
     
  19. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    They are actually easy to code. I probably could code both in less than 15 minutes (including testing). I just don't like to code a feature that only 1 theme will use (and even worse, 1 theme we don't even know if it will get approved, although those features could change the fate of the theme :x).
     
  20. Stocke

    Stocke Wat is dis I don't even

    Joined:
    Mar 27, 2013
    Messages:
    128
    Likes Received:
    77
    And can't you do a program that copies your awesome programming skills and transfers them over to me as well? :D

    Though that would probably imply needles back in the neck like in Matrix so actually scratch it.

    But being serious, I don't actually mind. I think it's fair that you try to make your theme as appealing as you can and if you think the game will improve by coding those features then that's all the reasons you need. Maybe it's only me who can't think how to use them, and being 12:07 AM right now when I should be in bed already is probably a factor for that. Dunno, throw a poll outside the thread (or directly get Fuzzy to hijack these last messages) and decide. If you need a retest for the game after the poll is over that wouldn't be a problem, I would be willing to give you one and I doubt other QCs would have any problem as well, so don't worry much about the choice.
     
  21. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I've been thinking about it, and those features can actually be useful, although only for a few themes, which is better than for only 1 theme.

    'noVote' could not only disallow a role from voting, but also trick them into thinking they did by showing a normal "X voted for Y" message instead of a "You can't vote" (that would be customizable) which only that player would see. It could allow for downgrader roles (like TAC or Dragon Enchantress) to block someone's vote without them knowing. Basically, combining that with Convert could allow for some interesting stuff.

    I also thought 2 reasonable uses for 'revealPlayers'. First, it could work like revealRole, but grouping more than 1 role without making it explicit (e.g.: A role that knows all villagers, including millers, but without being able to tell apart villager from miller). Another use would be for roles like Marx (Marx could be able to kill Parasols, but instead of knowing them, Marx would be told 3 players, 2 of which are Parasol and 1 which is a Bomb role).

    tl;dr: I'm coding those because I found some excuses to do it just so I can upgrade Ghosts :3
     
  22. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    I enjoy that noVote one. I would like that. As for the other ones, I am neutral.
     
  23. Angel Flonne

    Angel Flonne macaron

    Joined:
    Jan 24, 2013
    Messages:
    509
    Likes Received:
    3
    PO Trainer Name:
    Angel Flonne
    Hi guys, we won as village finally
    Log:
    (12:32:14) ***************************************************************************************
    (12:32:14) Times Up! :
    (12:32:14) The Roles have been Decided! :
    (12:32:14) ±Game: You are a Priest!
    (12:32:14) ±Game: Twice during the game, you can type /revive [name] at night to resurrect a dead person!
    (12:32:14) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:32:14) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:32:14) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:32:14) ±Time: Night 1
    (12:32:14) Make your moves, you only have 30 seconds! :
    (12:32:14) ***************************************************************************************
    (12:32:15) BlackStar44: love the confusion
    (12:32:20) DavidTheGod: villager
    (12:32:26) PercyJackson707: Villy
    (12:32:32) Joeypals: I'm still working the kinks out
    (12:32:42) PercyJackson707: Its about 10am here
    (12:32:44) ***************************************************************************************
    (12:32:44) Times Up! :
    (12:32:44) ±Game: A suspicious person was seen wandering around during the night!
    (12:32:44) ±Game: A suspicious person was seen wandering around during the night!
    (12:32:44) ±Game: Darkside was shot and died!
    (12:32:44) No one died! :
    (12:32:44) ***************************************************************************************
    (12:32:44) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:32:44) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:32:44) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:32:44) ±Time: Day 1
    (12:32:44) You have 30 seconds to debate who are the bad guys! :
    (12:32:44) ***************************************************************************************
    (12:32:59) Angel Flonne: no framer
    (12:33:00) Angel Flonne: good
    (12:33:00) BlackStar44: percy in eastern europe?
    (12:33:01) Darkside: Priest pls.
    (12:33:06) Joeypals: But I'm just about done figuring this out
    (12:33:07) Angel Flonne: i understand how to win as village
    (12:33:08) ±Dratini: 188.165.244.152 was mysteriously kicked by F​uzzy!
    (12:33:15) ***************************************************************************************
    (12:33:15) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:33:15) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:33:15) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:33:15) ±Time: Day 1
    (12:33:15) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:33:15) ***************************************************************************************
    (12:33:18) PercyJackson707: BlackStar44 no
    (12:33:23) Joeypals: Lemme hear it Angel
    (12:33:33) BlackStar44: western asia? lol
    (12:33:33) Angel Flonne: since there's no framer, we don't vote now
    (12:33:38) Angel Flonne: then we see how many suspicious people there are
    (12:33:42) Darkside: Who reveals?
    (12:33:42) PercyJackson707: No
    (12:33:44) ***************************************************************************************
    (12:33:44) Times Up! :
    (12:33:44) No one was voted off! :
    (12:33:44) ***************************************************************************************
    (12:33:44) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:33:44) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:33:44) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:33:44) ±Time: Night 2
    (12:33:44) Make your moves, you only have 30 seconds! :
    (12:33:44) ***************************************************************************************
    (12:33:47) BlackStar44: africa?
    (12:33:59) PercyJackson707: Nyet
    (12:33:59) ±Game: You have chosen to revive Darkside!
    (12:34:02) Teto: Mars?
    (12:34:04) DavidTheGod: im villager
    (12:34:05) Joeypals: BlackStar, why the countries?
    (12:34:05) BlackStar44: russia then?
    (12:34:07) Joeypals: lol
    (12:34:10) BlackStar44: lol
    (12:34:11) PercyJackson707: No
    (12:34:15) ***************************************************************************************
    (12:34:15) Times Up! :
    (12:34:15) ±Game: You have 1 charges remaining
    (12:34:15) ±Game: Darkside was resurrected by the Priest!
    (12:34:15) ±Game: You resurrected Darkside!
    (12:34:15) ±Game: A suspicious person was seen wandering around during the night!
    (12:34:15) ±Game: A suspicious person was seen wandering around during the night!
    (12:34:15) ±Game: Teto was shot and died!
    (12:34:15) No one died! :
    (12:34:15) ***************************************************************************************
    (12:34:15) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:34:15) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:34:15) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:34:15) ±Time: Day 2
    (12:34:15) You have 30 seconds to debate who are the bad guys! :
    (12:34:15) ***************************************************************************************
    (12:34:17) BlackStar44: just having fun
    (12:34:27) Darkside: ty priest
    (12:34:29) Joeypals: Up Dark goes and down goes Teto
    (12:34:33) Angel Flonne: okay, so darkside is kind of clean yeah
    (12:34:39) Teto: XD
    (12:34:42) PercyJackson707: Lol Joeypals
    (12:34:42) Joeypals: No one's really clean in this theme lol
    (12:34:44) ***************************************************************************************
    (12:34:44) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:34:44) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:34:44) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:34:44) ±Time: Day 2
    (12:34:44) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:34:44) ***************************************************************************************
    (12:34:47) Darkside: unless mafia kill each other as a frame
    (12:34:48) DavidTheGod: im pretty clean I think
    (12:34:51) Angel Flonne: it is possible to clean someone
    (12:34:53) Angel Flonne: without a framer
    (12:34:56) Joeypals: Well... wait
    (12:34:58) Angel Flonne: i'm just saying
    (12:35:03) Joeypals: If they die at night they are clean
    (12:35:03) BlackStar44: hmm
    (12:35:05) Joeypals: My bad
    (12:35:12) Darkside: Teto and I are cleaned then.
    (12:35:14) ***************************************************************************************
    (12:35:14) Times Up! :
    (12:35:14) No one was voted off! :
    (12:35:14) ***************************************************************************************
    (12:35:14) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:35:14) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:35:14) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:35:14) ±Time: Night 3
    (12:35:14) Make your moves, you only have 30 seconds! :
    (12:35:14) ***************************************************************************************
    (12:35:17) PercyJackson707: Yea
    (12:35:22) Angel Flonne: that's not entirely true
    (12:35:26) Angel Flonne: i think mafia can kill each other
    (12:35:30) PercyJackson707: I think caffie is bad
    (12:35:35) PercyJackson707: Get her/hiim
    (12:35:37) Darkside: Well, who claims in this theme?
    (12:35:38) Joeypals: I don't think so Angel lol
    (12:35:38) Caffie: You think mhm.
    (12:35:43) Joeypals: No one really
    (12:35:44) ***************************************************************************************
    (12:35:44) Times Up! :
    (12:35:44) ±Game: A suspicious person was seen wandering around during the night!
    (12:35:44) ±Game: A suspicious person was seen wandering around during the night!
    (12:35:44) ±Game: BlackStar44 was shot and died!
    (12:35:44) No one died! :
    (12:35:44) ***************************************************************************************
    (12:35:44) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:35:44) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:35:44) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:35:44) ±Time: Day 3
    (12:35:44) You have 30 seconds to debate who are the bad guys! :
    (12:35:44) ***************************************************************************************
    (12:35:48) Angel Flonne: alright
    (12:35:50) BlackStar44: nooooo
    (12:35:52) Angel Flonne: teto is clean
    (12:35:53) Angel Flonne: kind of
    (12:35:58) PercyJackson707: Yea
    (12:35:58) Caffie: kind of? lol
    (12:36:01) Darkside: inb4 smart mafia
    (12:36:04) ±Dratini: Hahayourassismine was muted by F​uzzy for 2 hours! [Reason: Inappropriate] [Channel: Tohjo Falls]
    (12:36:07) Angel Flonne: so the suspicious list is anyone besides blackstar, teto and darkside
    (12:36:08) BlackStar44: well my vote
    (12:36:13) Joeypals: If BG dies then the Priest dies but saying as there was no resurrection I'm asssuming Teto was Priest
    (12:36:14) BlackStar44: will be rand
    (12:36:14) ***************************************************************************************
    (12:36:14) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:36:14) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:36:14) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:36:14) ±Time: Day 3
    (12:36:14) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:36:14) ***************************************************************************************
    (12:36:15) Angel Flonne: i.e percy, me, caffie, david
    (12:36:22) DavidTheGod: ?
    (12:36:22) PercyJackson707: Ok
    (12:36:24) Joeypals: Am I right Teto?
    (12:36:25) ±Game: BlackStar44 voted for Joeypals!
    (12:36:29) Angel Flonne: should rand
    (12:36:30) Angel Flonne: yeah
    (12:36:30) ±Game: Caffie voted for BlackStar44!
    (12:36:33) Joeypals: Dat 0 vote
    (12:36:33) Caffie: counter o.o?
    (12:36:35) BlackStar44: im dead
    (12:36:36) BlackStar44: lol
    (12:36:37) ±Game: Angel Flonne voted for Joeypals!
    (12:36:39) Angel Flonne: tied
    (12:36:39) Joeypals: Why are you voting a ghost
    (12:36:44) ±Game: Darkside voted for Joeypals!
    (12:36:45) Caffie: Lolwut..
    (12:36:45) ±Game: Joeypals voted for Angel Flonne!
    (12:36:47) ±Game: PercyJackson707 voted for Joeypals!
    (12:36:51) Angel Flonne: joey blackstar has no votes
    (12:36:54) ***************************************************************************************
    (12:36:54) Times Up! :
    (12:36:54) ±Ghost Players: Teto.
    (12:36:54) ±Game: Joeypals has been lynched and became a ghost after receiving 3 votes!
    (12:36:54) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:36:55) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:36:55) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:36:55) ±Time: Night 4
    (12:36:55) Make your moves, you only have 30 seconds! :
    (12:36:55) ***************************************************************************************
    (12:36:55) Angel Flonne: i was just tying
    (12:36:55) Angel Flonne: lol
    (12:36:57) Joeypals: I know that
    (12:37:02) Angel Flonne: Teto is the ghost play
    (12:37:03) Angel Flonne: er
    (12:37:05) Caffie: oh...
    (12:37:10) PercyJackson707: Man
    (12:37:13) Darkside: Don't you have to turn them into a ghost then kill/rand them again?
    (12:37:15) BlackStar44: i think he was mafia
    (12:37:16) ±CommandBot: The command resurrect doesn't exist
    (12:37:21) ±Game: You have chosen to revive Teto!
    (12:37:22) Darkside: ANd the only way mafia can win is by killing priests?
    (12:37:24) ***************************************************************************************
    (12:37:24) Times Up! :
    (12:37:24) ±Game: You have 0 charges remaining
    (12:37:24) ±Game: Teto was resurrected by the Priest!
    (12:37:24) ±Game: You resurrected Teto!
    (12:37:24) ±Game: A suspicious person was seen wandering around during the night!
    (12:37:24) ±Game: Angel Flonne was shot and died!
    (12:37:24) ±Game: Your curse took effect and you changed roles!
    (12:37:24) ±Game: You are a Priest (Dead)!
    (12:37:24) ±Game: You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk, since your vote counts as 0 and you can't get lynched! You still win with your former side!
    (12:37:24) No one died! :
    (12:37:24) ***************************************************************************************
    (12:37:24) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:37:24) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:37:25) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:37:25) ±Time: Day 4
    (12:37:25) You have 30 seconds to debate who are the bad guys! :
    (12:37:25) ***************************************************************************************
    (12:37:34) Angel Flonne: Dead priest here
    (12:37:34) Angel Flonne: js
    (12:37:39) PercyJackson707: Can I rand?
    (12:37:40) BlackStar44: damn
    (12:37:40) Joeypals: What do you know, Priest- oh god
    (12:37:42) Angel Flonne: guys
    (12:37:45) Angel Flonne: Joeypals is bad
    (12:37:46) Joeypals: I'd like to personally
    (12:37:47) Angel Flonne: :]
    (12:37:48) Darkside: I'm the neighbour I guess.
    (12:37:54) ***************************************************************************************
    (12:37:55) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager, Villager.
    (12:37:55) ±Current Players: Angel Flonne, BlackStar44, Caffie, Darkside, DavidTheGod, Joeypals, PercyJackson707, Teto.
    (12:37:55) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager, Villager
    (12:37:55) ±Time: Day 4
    (12:37:55) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (12:37:55) ***************************************************************************************
    (12:37:59) ±Game: BlackStar44 voted for Caffie!
    (12:38:01) Angel Flonne: alright get caffie
    (12:38:01) ±Game: Joeypals voted for DavidTheGod!
    (12:38:02) ±Game: PercyJackson707 voted for Caffie!
    (12:38:04) ±Game: Angel Flonne voted for Caffie!
    (12:38:04) ±Game: Darkside voted for Caffie!
    (12:38:05) DavidTheGod: im villager
    (12:38:05) ±Dratini: RandomWord was mysteriously kicked by F​uzzy!
    (12:38:05) PercyJackson707: I told ya
    (12:38:06) ±Game: DavidTheGod voted for Caffie!
    (12:38:06) Joeypals: Voting from the grave :o
    (12:38:07) Angel Flonne: Joey, you're bad
    (12:38:07) Caffie: well then
    (12:38:11) PercyJackson707: Caffie is bad!
    (12:38:16) Caffie: <3
    (12:38:16) Angel Flonne: please win :x
    (12:38:18) Joeypals: Does it matter if I died?
    (12:38:24) ***************************************************************************************
    (12:38:24) Times Up! :
    (12:38:24) ±Ghost Players: Joeypals and Angel Flonne.
    (12:38:24) ±Game: Caffie has been lynched and became a ghost after receiving 3 votes!
    (12:38:24) ±Game: The Good People (Angel Flonne, PercyJackson707, Darkside, DavidTheGod, BlackStar44 and Teto) wins!
    (12:38:24) ±Game: The Mafia (Joeypals and Caffie) lose!
    (12:38:24) ***************************************************************************************


    Note that this is because of the fact that one, framer wasn't there, and two, I understood the concept of the game and knew how to figure out who was Mafia. (And three, lucky guesses... :3)
    Anyway, had Framer been in that game, the result would totally have been different, seeing as, well, they can frame things, and I still wouldn't be able to deduce who was good and who was bad.
    Also, I like both your ideas, rice, and I think we'll be able to use that in the TCC somehow.
    Great theme overall, I'll wait for less confusion and I'll make my judgement, as still, people are confused over the mechanics of the game and thus it's not a fair gauge of balance.
     
  24. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    just because no theme can benefit from a single line of code, doesn't mean you can't make it. there can be future theme concepts that can be extremely dependent on just that one line of code.
     
  25. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    The new features are finally in, so I updated Ghosts to include /myrole reveal on all Ghosts, Ghosts unable to vote and Team Talk.
    Logs are appreciated.
     
  26. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Finally a log (4 players):
    (23:23:45) ***************************************************************************************
    (23:23:45) Times Up! :
    (23:23:45) The Roles have been Decided! :
    (23:23:45) ±Game: You are a Neighbour!
    (23:23:45) ±Game: Once during the game, you can type /greet [name] to reveal your identity to another player. Be careful to not greet the Mafia! [Hint: Type /myrole too see all ghost players]
    (23:23:45) ±Game: Dead Players:
    (23:23:45) ±Current Roles: Mafia, Neighbour, Villager, Villager.
    (23:23:45) ±Current Players: Konoha Roll, RiceKirby, Sky Sentinel, Suika.
    (23:23:45) ±Current Team: Neighbour, Villager, Villager
    (23:23:45) ±Time: Night 1
    (23:23:45) Make your moves, you only have 30 seconds! :
    (23:23:45) ***************************************************************************************
    (23:23:49) RiceKirby: Oh
    (23:23:51) Suika: Ghost here.
    (23:23:52) ±Game: You have chosen to greet Suika!
    (23:23:55) Suika: Who should I haunt?
    (23:24:00) Sky Sentinel: i am the v i l l a g e r
    (23:24:01) RiceKirby: The MA
    (23:24:07) RiceKirby: Always go for the MA
    (23:24:14) ***************************************************************************************
    (23:24:14) Times Up! :
    (23:24:15) ±Game: You have 0 charges remaining
    (23:24:15) ±Game: You revealed your identity to Suika!
    (23:24:15) ±Game: A suspicious person was seen wandering around during the night!
    (23:24:15) ±Game: Sky Sentinel was shot and died!
    (23:24:15) No one died! :
    (23:24:15) ***************************************************************************************
    (23:24:15) ±Current Roles: Mafia, Neighbour, Villager, Villager.
    (23:24:15) ±Current Players: Konoha Roll, RiceKirby, Sky Sentinel, Suika.
    (23:24:15) ±Current Team: Neighbour, Villager, Villager
    (23:24:15) ±Time: Day 1
    (23:24:15) You have 30 seconds to debate who are the bad guys! :
    (23:24:15) ***************************************************************************************
    (23:24:19) Sky Sentinel: hey
    (23:24:23) Sky Sentinel: youre a butt hole
    (23:24:31) Konoha Roll: (23:24:42) RiceKirby: Always go for the MA - Sky Sentinel dies
    (23:24:41) Sky Sentinel: Konoha Roll obvious mafia
    (23:24:44) Konoha Roll: hue nope
    (23:24:46) ***************************************************************************************
    (23:24:46) ±Current Roles: Mafia, Neighbour, Villager, Villager.
    (23:24:46) ±Current Players: Konoha Roll, RiceKirby, Sky Sentinel, Suika.
    (23:24:46) ±Current Team: Neighbour, Villager, Villager
    (23:24:46) ±Time: Day 1
    (23:24:46) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (23:24:46) ***************************************************************************************
    (23:24:48) Konoha Roll: Just cuz I ponted that?
    (23:24:55) RiceKirby: Probably
    (23:24:57) Sky Sentinel: k well
    (23:25:00) Sky Sentinel: gotta vote now
    (23:25:03) Sky Sentinel: or LOSE
    (23:25:04) ±Game: RiceKirby voted for Konoha Roll!
    (23:25:05) ±Game: Suika voted for Konoha Roll!
    (23:25:06) ±Game: Konoha Roll voted for RiceKirby!
    (23:25:16) ***************************************************************************************
    (23:25:16) Times Up! :
    (23:25:16) ±Game: Konoha Roll has been lynched and became a ghost after receiving 2 votes!
    (23:25:16) ±Game: The Good People (RiceKirby, Suika and Sky Sentinel) wins!
    (23:25:16) ±Game: The Mafia (Konoha Roll) lose!
    (23:25:16) ***************************************************************************************
    (23:25:19) RiceKirby: :o
    (23:25:20) Sky Sentinel: HA
    (23:25:24) Konoha Roll: meh that wasn't even funny
    (23:25:34) RiceKirby: Kind of weird with 4 players
    (23:25:38) Konoha Roll: Smart players die first, thats Mafia 101
    (23:25:47) Sky Sentinel: that's why rice didnt die
    (23:25:49) RiceKirby: At least I finally got a log
    (23:26:00) Konoha Roll: I WOULD kill RiceKirby, but I was like "nah"
    (23:26:07) RiceKirby: You should
    (23:26:09) Arcanine: Killing an MA n1.
    (23:26:10) RiceKirby: I was Neighbour
    Not sure what to think about a game so small. More logs would be appreciated, since I'm rarely on Non-Peak hours.
     
  27. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    So the theme works but it can obviously take a while. hard for new players to grasp. is that a big deal? not to me, lol.
    I can always count on a great, innovative theme coming from you, rice.
    Works smoothly and how it's supposed to. Pretty fun. Been in here for a few weeks, so Approve [1]

    However, mafia may win a litttttle bit too much for my liking.
     
  28. Windblown

    Windblown sable knight

    Joined:
    Aug 12, 2012
    Messages:
    841
    Likes Received:
    169
    Mafia only wins because village chokes all the time :/
    The use of ghosts allowing to deadtalk means that killing smart players won't always silence them (just eliminate their votes)

    I like the theme, another one that requires thought.
    Approve [2]
     
  29. Angel Flonne

    Angel Flonne macaron

    Joined:
    Jan 24, 2013
    Messages:
    509
    Likes Received:
    3
    PO Trainer Name:
    Angel Flonne
    So far, besides only one time, all the games I've seen was without Framer. Without Framer, all it takes is some clever deduction skills for the village to win. However, epic dumbness has caused the Village to fail one time too many, but I can't blame you for that at all.
    Every time when I start this theme to test it, at least one person moans and/or groans. The most likely reason for them to feel like this is because they feel that it is unbalanced and that they always lose. However, as I have already stated, the Village fails because of themselves. As people get used to this creative theme, they will probably find that there are ways for Village to win. It'll take a while, though
    And in that short span of 'test', they really couldn't understand so
    Other than that, it's a different theme with the 'deadtalk' stuff.Approve [3]
     
  30. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Log (7 players):
    (20:56:25) ***************************************************************************************
    (20:56:25) Times Up! :
    (20:56:25) The Roles have been Decided! :
    (20:56:25) ±Game: You are a Bodyguard!
    (20:56:25) ±Game: You can type /protect [name] during the night to save someone's life, but if someone tries to kill that person, you will die instead! [Hint: Type /myrole too see all ghost players]
    (20:56:25) ±Game: Dead Players:
    (20:56:25) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (20:56:25) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (20:56:25) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (20:56:25) ±Time: Night 1
    (20:56:25) Make your moves, you only have 30 seconds! :
    (20:56:25) ***************************************************************************************
    (20:56:26) Kitteh Luvin: I might get it, Matt.
    (20:56:38) Matt Ayala: I am definitely, cuz I'm COD fanboy
    (20:56:40) EndermanDefeater joined the channel.
    (20:56:40) Supremial: Villager here
    (20:56:41) Matt Ayala: Also, not a PR here
    (20:56:42) Pikachu Master: This is going to be interesting.
    (20:56:45) EndermanDefeater left the channel.
    (20:56:47) Kitteh Luvin: Not when it comes out, though
    (20:56:48) ±Game: You have chosen to protect Pikachu Master!
    (20:56:55) ***************************************************************************************
    (20:56:55) Times Up! :
    (20:56:55) ±Game: A suspicious person was seen wandering around during the night!
    (20:56:55) ±Game: A suspicious person was seen wandering around during the night!
    (20:56:55) ±Game: Kitteh Luvin was shot and died!
    (20:56:55) No one died! :
    (20:56:55) ***************************************************************************************
    (20:56:55) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (20:56:55) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (20:56:55) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (20:56:55) ±Time: Day 1
    (20:56:55) You have 30 seconds to debate who are the bad guys! :
    (20:56:55) ***************************************************************************************
    (20:57:00) RiceKirby: :o
    (20:57:04) Matt Ayala: Kitteh Luvin, ded.
    (20:57:10) ±Game: You are a Bodyguard!
    (20:57:10) ±Game: You can type /protect [name] during the night to save someone's life, but if someone tries to kill that person, you will die instead! [Hint: Type /myrole too see all ghost players]
    (20:57:10) ±Game: Dead Players: Kitteh Luvin
    (20:57:15) Kitteh Luvin: gg lelz
    (20:57:17) Pikachu Master: Never played Ghosts before.
    (20:57:25) ***************************************************************************************
    (20:57:25) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (20:57:25) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (20:57:25) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (20:57:25) ±Time: Day 1
    (20:57:25) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:57:25) ***************************************************************************************
    (20:57:29) Bl4ck Ghost: Its pretty crumby
    (20:57:31) Supremial: Claim your role
    (20:57:32) Matt Ayala: People don't die
    (20:57:33) Kitteh Luvin: deadtalk banbanban
    (20:57:34) RiceKirby: Let's try this
    (20:57:41) ±Game: RiceKirby voted for Caffie!
    (20:57:48) ±Game: Matt Ayala voted for Caffie!
    (20:57:50) Pikachu Master: Dead people can talk in this?
    (20:57:52) ±Game: Supremial voted for Caffie!
    (20:57:54) ±Game: Pikachu Master voted for Caffie!
    (20:57:59) Kitteh Luvin: That is why I am a ghost.
    (20:58:01) ***************************************************************************************
    (20:58:01) Times Up! :
    (20:58:01) ±Game: Caffie has been lynched and became a ghost after receiving 4 votes!
    (20:58:01) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (20:58:01) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (20:58:01) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (20:58:01) ±Time: Night 2
    (20:58:01) Make your moves, you only have 30 seconds! :
    (20:58:01) ***************************************************************************************
    (20:58:03) RiceKirby: They can be resurrected by Priest
    (20:58:06) Matt Ayala: So how exactly is the village supposed to collect information Rice?
    (20:58:12) ±Game: You have chosen to protect Supremial!
    (20:58:14) Supremial: Randing
    (20:58:17) RiceKirby: At night
    (20:58:24) RiceKirby: Look at the suspcious people
    (20:58:24) Kitteh Luvin: Or actions during the night.
    (20:58:31) ***************************************************************************************
    (20:58:31) Times Up! :
    (20:58:31) ±Game: A suspicious person was seen wandering around during the night!
    (20:58:31) ±Game: A suspicious person was seen wandering around during the night!
    (20:58:31) ±Game: RiceKirby was shot and died!
    (20:58:31) ±Game: Your curse took effect and you changed roles!
    (20:58:31) ±Game: You are a Bodyguard (Dead)!
    (20:58:31) ±Game: You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk (not even vote)! You still win with your former side! [Hint: Type /myrole too see all ghost players]
    (20:58:31) ±Game: Dead Players: Caffie, Kitteh Luvin, RiceKirby
    (20:58:31) No one died! :
    (20:58:31) ***************************************************************************************
    (20:58:31) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (20:58:31) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (20:58:31) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (20:58:31) ±Time: Day 2
    (20:58:31) You have 30 seconds to debate who are the bad guys! :
    (20:58:31) ***************************************************************************************
    (20:58:36) Matt Ayala: RiceKirby hate
    (20:58:44) Bl4ck Ghost: ok so none of them were bad?
    (20:58:47) Matt Ayala: caffie, Rice, Kitteh are dead, and neither are mafia.
    (20:58:49) Kitteh Luvin: I guess Priest died.
    (20:58:55) RiceKirby: Who was Priest?
    (20:58:56) Matt Ayala: Wait, Rice can be mafia.
    (20:59:00) Bl4ck Ghost: ok get Pikachu Master
    (20:59:01) RiceKirby: No, I can't
    (20:59:02) Kitteh Luvin: I WAS PRIEST
    (20:59:04) Pikachu Master: What.
    (20:59:05) ***************************************************************************************
    (20:59:05) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (20:59:05) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (20:59:05) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (20:59:05) ±Time: Day 2
    (20:59:05) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (20:59:05) ***************************************************************************************
    (20:59:07) Supremial: bs
    (20:59:08) RiceKirby: Mafia can't teamkill
    (20:59:12) Roild left the channel.
    (20:59:13) Bl4ck Ghost: or Supremial
    (20:59:14) Matt Ayala: Psht
    (20:59:21) RiceKirby: Get Matt?
    (20:59:22) Supremial: Bl4ck Ghost or you
    (20:59:24) Matt Ayala: He's right.
    (20:59:24) ±Game: You cannot vote!
    (20:59:26) Roild joined the channel.
    (20:59:27) Matt Ayala: Not in
    (20:59:29) Matt Ayala: Get matt
    (20:59:31) ±Game: Bl4ck Ghost voted for Pikachu Master!
    (20:59:34) ±Game: Pikachu Master voted for Bl4ck Ghost!
    (20:59:35) ±Dratini: N.C_666 was mysteriously kicked by R​edJoker25!
    (20:59:38) ±Rule: You already voted!
    (20:59:39) ±Game: Matt Ayala voted for Pikachu Master!
    (20:59:43) Pikachu Master: *rage*
    (20:59:44) ±Game: Supremial voted for Bl4ck Ghost!
    (20:59:46) ±Dratini: n.c_666 was muted by R​edJoker25 for 1 hour! [Reason: inappropriate] [Channel: Tohjo Falls]
    (20:59:47) RiceKirby: Oh, Matt and Bl4ck Ghost
    (20:59:52) ***************************************************************************************
    (20:59:52) Times Up! :
    (20:59:52) No one was voted off! :
    (20:59:52) ***************************************************************************************
    (20:59:52) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (20:59:52) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (20:59:52) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (20:59:52) ±Time: Night 3
    (20:59:52) Make your moves, you only have 30 seconds! :
    (20:59:52) ***************************************************************************************
    (21:00:06) Matt Ayala: Ive never died in Ghosts
    (21:00:06) RiceKirby: Well, we already lost :x
    (21:00:11) Kujatonium left the channel.
    (21:00:12) RiceKirby: Unless Priest is alive and save us
    (21:00:20) RiceKirby: Which is not likely to happen
    (21:00:21) ajhockeystar joined the channel.
    (21:00:22) ***************************************************************************************
    (21:00:22) Times Up! :
    (21:00:22) ±Game: A suspicious person was seen wandering around during the night!
    (21:00:22) ±Game: A suspicious person was seen wandering around during the night!
    (21:00:22) ±Game: Bl4ck Ghost was shot and died!
    (21:00:22) No one died! :
    (21:00:22) ***************************************************************************************
    (21:00:22) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (21:00:22) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (21:00:22) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (21:00:22) ±Time: Day 3
    (21:00:22) You have 30 seconds to debate who are the bad guys! :
    (21:00:22) ***************************************************************************************
    (21:00:24) Kitteh Luvin: Priest is dad, a.e. me
    (21:00:24) Pikachu Master: Which is unlikely.
    (21:00:29) Pikachu Master: Exactly.
    (21:00:30) Supremial: get Matt Ayala and win
    (21:00:30) Kitteh Luvin: dead
    (21:00:32) RiceKirby: Dat :o
    (21:00:34) RiceKirby: *dad
    (21:00:36) Supremial: hi5 Pikachu Master
    (21:00:36) Matt Ayala: How about no
    (21:00:38) Pikachu Master: So who's still alive?
    (21:00:43) Matt Ayala: I am
    (21:00:47) Pikachu Master: Bye.
    (21:00:47) RiceKirby: Use /myrole to see dead people
    (21:00:48) Supremial: He is last
    (21:00:51) Matt Ayala: Supremial and Pikachu Master for partner imo
    (21:00:51) ±Game: You are a Bodyguard (Dead)!
    (21:00:51) ±Game: You are now a ghost! Unless the Priest resurrects you, you can't do anything other than talk (not even vote)! You still win with your former side! [Hint: Type /myrole too see all ghost players]
    (21:00:51) ±Game: Dead Players: Bl4ck Ghost, Caffie, Kitteh Luvin, RiceKirby
    (21:00:52) ***************************************************************************************
    (21:00:52) ±Current Roles: Bodyguard, Mafia, Mafia, Neighbour, Priest, Villager, Villager.
    (21:00:52) ±Current Players: Bl4ck Ghost, Caffie, Kitteh Luvin, Matt Ayala, Pikachu Master, RiceKirby, Supremial.
    (21:00:52) ±Current Team: Bodyguard, Neighbour, Priest, Villager, Villager
    (21:00:52) ±Time: Day 3
    (21:00:52) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (21:00:52) ***************************************************************************************
    (21:00:55) ±Game: Supremial voted for Matt Ayala!
    (21:00:57) Matt Ayala: Why do you think Bl4ck Ghost is ded
    (21:00:57) Bl4ck Ghost: noone beliieved me :/
    (21:00:58) *** Pikachu Master highfives Supremial.
    (21:00:59) ±Game: Matt Ayala voted for Supremial!
    (21:00:59) Supremial: 2 vs 1?
    (21:01:00) ±Game: Pikachu Master voted for Matt Ayala!
    (21:01:12) Matt Ayala: Priest revived someone, no?
    (21:01:16) RiceKirby: Nope
    (21:01:17) Pikachu Master: No.
    (21:01:21) Supremial: Priest died
    (21:01:21) Matt Ayala: Oh.
    (21:01:22) ***************************************************************************************
    (21:01:22) Times Up! :
    (21:01:22) ±Game: Matt Ayala has been lynched and became a ghost after receiving 2 votes!
    (21:01:22) ±Game: The Mafia (Supremial and Pikachu Master) wins!
    (21:01:22) ±Game: The Good People (Matt Ayala, RiceKirby, Kitteh Luvin, Bl4ck Ghost and Caffie) lose!
    (21:01:22) ***************************************************************************************
    (21:01:22) RiceKirby: It broadcasts when someone is resurrected
    (21:01:25) Kitteh Luvin: No, I am Priest dead n1
    (21:01:29) Pikachu Master: You may applaud now.
    (21:01:30) Bl4ck Ghost: i called baddies

    Mafia Stats says Village has been winning more often (The win ratio was 6:1 to Mafia at some point, now it's 2:1), but I think most of those recent Village wins has been happening at 4~5 players games, where the game is basically down to a a single rand.

    Also, I need opinions: Currently, when you type /myrole, you can see a list of all Dead Players. Should I make it show all Alive Players instead? (Can only have one of those)
     
  31. Windblown

    Windblown sable knight

    Joined:
    Aug 12, 2012
    Messages:
    841
    Likes Received:
    169
    Show all alive players imo.
     
  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
    [Hint: Type /myrole too see all ghost players]

     
  33. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    So, this has been pending here for a while. I couldn't get many logs since I'm usually not around at non-peak times (although I don't think a new test is necessary).

    To be frank, I'm not sure I would approve this theme if I was QC. The undead players is a cool concept, but it feels like it lacks something. In the few games I've seen, although the theme is quite playable, it doesn't seem like players are enjoying it that much (could be because they didn't know the theme well enough at those logs' time, but I can't be sure about that). I don't know how much of that is due to the concept being confusing at first and how much is due to the roles. Maybe even the fully closed setup (where players don't even get a flip when someone is killed) is playing a part on this.

    So, what I need is some harsh criticism. I know this theme got some approves already, but I feel it can be made a lot better, so I appreciate any kind of feedback/comments (even "this theme will never work", as long as it's explained why you think that).
     
  34. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    Let's test it again, then. I'm pretty sure people will start liking if you let it grow on them.
     
  35. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    With three approves, I don't think we need more testing. It was on the server for a while, I think people (meaning QC) just forgot about it.
     
  36. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    Well this isnt the hottest theme out there but its a Rice theme, lol. I dont mean to be a bandwagonner, but Rice makes some great themes. Even though the QC is now kind of scattered I think some of them should accept this theme so we can all look forward to playing it. :)
     
  37. MewtwoHidden

    MewtwoHidden My Hax Makes Me Famous

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

    I can't find anything obviously wrong, and when it is played people seem to enjoy it (As posted by Jhen)
     
  38. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Hammertime, Approve [5]. Different gameplay to a mafiastyle game which benefits in general. Is also interesting. Keeping it updated wouldn't be a problem, it fits the nonpeak area.
     
  39. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    That awkward moment when you ask for feedback and people simply approve the theme without any constructive observations >.>
    Seriously, right now I need opinions more than approvals. Some more discussion before getting the theme approved would be appreciated.
     
  40. Windblown

    Windblown sable knight

    Joined:
    Aug 12, 2012
    Messages:
    841
    Likes Received:
    169
    I actually do like theme. I'm curious if you made the change about /myrole showing all alive players though.