[Retired] Medieval

Discussion in 'Theme Development' started by IceKirby, Nov 5, 2012.

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

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Link to theme code: http://dl.dropbox.com/u/10065307/Mafia/Medieval.js

    Full code:
    Code (Javascript):
    1. {
    2.     "name": "Medieval",
    3.     "author": "RiceKirby",
    4.     "summary": "In this old medieval town, the good people need to get rid of creatures like Ghosts, Demons, Witches and even a Cupid! To find them, three Investigators are in the town, but there's a catch: They CANNOT be protected, and only one of them is fully reliable (the other 2 can get wrong inspections or kill their target). Also, be aware of the Village Idiot: They win the game alone if lynched! [MAIN THREATS: Ghost Leader (distract), Demon Leader (poison), Dark Witch (daykill + possible poison), Cupid (convert)]",
    5.     "minplayers": 8,
    6.     "sides": [
    7.         {
    8.             "side": "village",
    9.             "translation": "Good People",
    10.             "winmsg": "The Good People (~Players~) survived the invasion and defeated all the evil creatures!"
    11.         },
    12.         {
    13.             "side": "mafia1",
    14.             "translation": "Ghost Mafia",
    15.             "winmsg": "±Game: The Ghost Mafia (~Players~) have successfully turned the town into a ghost land!"
    16.         },
    17.         {
    18.             "side": "mafia2",
    19.             "translation": "Demon Mafia",
    20.             "winmsg": "±Game: The Demon Mafia (~Players~) have successfully turned the town into a gate to hell!"
    21.         },
    22.         {
    23.             "side": "mafia3",
    24.             "translation": "Cupid's Posse",
    25.             "winmsg": "±Game: The Cupid's Posse (~Players~) can now fill the world with love!"
    26.         },
    27.         {
    28.             "side": "godfather",
    29.             "translation": "Dark Witch",
    30.             "winmsg": "±Game: The Dark Witch (~Players~) have brought the chaos to yet another town!"
    31.         },
    32.         {
    33.             "side": "idiot",
    34.             "translation": "Village Idiot",
    35.             "winmsg": "±Village Idiot: ~Players~, the Village Idiot, secretly wanted to be lynched, and everyone fell for that! Derp!"
    36.         },
    37.         {
    38.             "side": "impersonator",
    39.             "translation": "Impersonator",
    40.             "winmsg": "±Game: Impersonating is for the weak! ~Players~ didn't need to steal someone's identity to win this game!"
    41.         }
    42.     ],
    43.     "roles": [
    44.         {
    45.             "role": "villager",
    46.             "translation": "Commoner",
    47.             "side": "village",
    48.             "help": "You are a mere commoner in this town full of scary creatures! Other than vote, you can't do anything unless you are recruited by the Recruiter (who can only recruit every 2 nights).",
    49.             "info": "Has no action, but can be recruited by the Recruiter. Sided with Good People.",
    50.             "actions": {
    51.                 "initialCondition": {
    52.                     "clearPoison": true
    53.                 }
    54.             }
    55.         },
    56.         {
    57.             "role": "inspector1",
    58.             "translation": "Investigator",
    59.             "side": "village",
    60.             "help": "You are investigating the creatures that appear in the town. Use /inspect [name] during the night to find someone's role, but be aware: You cannot be protected during the night, and there's a possibility your inspections won't work properly! If you are attacked during the day, you expose your killer.",
    61.             "info": "An Inspector that can't be protected, but reveal daykillers. Sided with Good People.",
    62.             "actions": {
    63.                 "night": {
    64.                     "inspect": {
    65.                         "target": "AnyButSelf",
    66.                         "common": "Self",
    67.                         "priority": 31
    68.                     }
    69.                 },
    70.                 "protect": {
    71.                     "mode": "ignore",
    72.                     "silent": true
    73.                 },
    74.                 "initialCondition": {
    75.                     "clearPoison": true
    76.                 },
    77.                 "daykill": "revealkiller",
    78.                 "daykillrevengemsg": "~Self~'s investigations notes were found, pointing to ~Target~ as the ~Role~!"
    79.             }
    80.         },
    81.         {
    82.             "role": "inspector2",
    83.             "translation": "Investigator",
    84.             "side": "village",
    85.             "help": "You are investigating the creatures that appear in the town. Use /inspect [name] during the night to find someone's role, but be aware: You cannot be protected during the night, and there's a possibility your inspections won't work properly! If you are attacked during the day, you expose your killer.",
    86.             "info": "An Inspector that gets wrong results 50% of the time. Can't be protected, but reveal daykillers. Sided with Good People.",
    87.             "actions": {
    88.                 "night": {
    89.                     "inspect": {
    90.                         "target": "AnyButSelf",
    91.                         "common": "Self",
    92.                         "priority": 30,
    93.                         "Sight": {
    94.                             "true": 0.55,
    95.                             "mafia1": 0.2,
    96.                             "mafia2": 0.2,
    97.                             "mafia3": 0.1,
    98.                             "godfather": 0.05
    99.                         }
    100.                     }
    101.                 },
    102.                 "protect": {
    103.                     "mode": "ignore",
    104.                     "silent": true
    105.                 },
    106.                 "initialCondition": {
    107.                     "clearPoison": true
    108.                 },
    109.                 "daykill": "revealkiller",
    110.                 "daykillrevengemsg": "~Self~'s investigations notes were found, pointing to ~Target~ as the ~Role~!"
    111.             }
    112.         },
    113.         {
    114.             "role": "inspector3",
    115.             "translation": "Investigator",
    116.             "side": "village",
    117.             "help": "You are investigating the creatures that appear in the town. Use /inspect [name] during the night to find someone's role, but be aware: You cannot be protected during the night, and there's a possibility your inspections won't work properly! If you are attacked during the day, you expose your killer.",
    118.             "info": "An Inspector that can kill the target (50% chance) or get an innacurate inspection (25%). Can't be protected, but reveal daykillers. Sided with Good People.",
    119.             "actions": {
    120.                 "night": {
    121.                     "inspect": {
    122.                         "command": {
    123.                             "inspect": 0.5,
    124.                             "kill": 0.5
    125.                         },
    126.                         "target": "AnyButSelf",
    127.                         "common": "Self",
    128.                         "priority": 29,
    129.                         "Sight": {
    130.                             "true": 0.55,
    131.                             "mafia1": 0.2,
    132.                             "mafia2": 0.2,
    133.                             "mafia3": 0.1,
    134.                             "godfather": 0.05
    135.                         }
    136.                     }
    137.                 },
    138.                 "protect": {
    139.                     "mode": "ignore",
    140.                     "silent": true
    141.                 },
    142.                 "initialCondition": {
    143.                     "clearPoison": true
    144.                 },
    145.                 "daykill": "revealkiller",
    146.                 "daykillrevengemsg": "~Self~'s investigations notes were found, pointing to ~Target~ as the ~Role~!"
    147.             }
    148.         },
    149.         {
    150.             "role": "bodyguard",
    151.             "translation": "Doctor",
    152.             "side": "village",
    153.             "help": "You run a clinic in the town, and as such you can use /protect [name] to prevent someone's death during the night. And only twice during the game, you can use /cure [name] to remove someone's poison! You also know the Nurse's identity.",
    154.             "info": "A Bodyguard that can remove poison twice during the game. Knows the Nurse. Sided with Good People.",
    155.             "actions": {
    156.                 "night": {
    157.                     "protect": {
    158.                         "target": "AnyButSelf",
    159.                         "common": "Self",
    160.                         "priority": 7
    161.                     },
    162.                     "cure": {
    163.                         "command": "convert",
    164.                         "target": "AnyButSelf",
    165.                         "common": "Self",
    166.                         "priority": 26,
    167.                         "charges": 2,
    168.                         "newRole": {
    169.                             "villager": [
    170.                                 "villager"
    171.                             ],
    172.                             "inspector1": [
    173.                                 "inspector1"
    174.                             ],
    175.                             "inspector2": [
    176.                                 "inspector2"
    177.                             ],
    178.                             "inspector3": [
    179.                                 "inspector3"
    180.                             ],
    181.                             "hooker": [
    182.                                 "hooker"
    183.                             ],
    184.                             "bomb": [
    185.                                 "bomb"
    186.                             ],
    187.                             "recruiter": [
    188.                                 "recruiter"
    189.                             ],
    190.                             "vigilante": [
    191.                                 "vigilante"
    192.                             ],
    193.                             "mayor": [
    194.                                 "mayor"
    195.                             ],
    196.                             "mayor2": [
    197.                                 "mayor2"
    198.                             ],
    199.                             "mafia1": [
    200.                                 "mafia1"
    201.                             ],
    202.                             "mafiaboss1": [
    203.                                 "mafiaboss1"
    204.                             ],
    205.                             "mafia2": [
    206.                                 "mafia2"
    207.                             ],
    208.                             "mafiaboss2": [
    209.                                 "mafiaboss2"
    210.                             ],
    211.                             "godfather": [
    212.                                 "godfather"
    213.                             ],
    214.                             "mafia3": [
    215.                                 "mafia3"
    216.                             ],
    217.                             "mafiaboss3": [
    218.                                 "mafiaboss3"
    219.                             ],
    220.                             "idiot": [
    221.                                 "idiot"
    222.                             ]
    223.                         },
    224.                         "silent": true,
    225.                         "usermsg": "You cured ~Target~'s poison!"
    226.                     }
    227.                 },
    228.                 "initialCondition": {
    229.                     "clearPoison": true
    230.                 },
    231.                 "onDeath": {
    232.                     "convertRoles": {
    233.                         "hooker": "hooker2"
    234.                     },
    235.                     "convertmsg": "±Game: With ~Self~'s death, the Nurse now runs the clinic!"
    236.                 },
    237.                 "startup": {
    238.                     "revealRole": "hooker"
    239.                 }
    240.             }
    241.         },
    242.         {
    243.             "role": "hooker",
    244.             "translation": "Nurse",
    245.             "side": "village",
    246.             "help": "Working in the local clinic, you can use /distract [name] to stop someone's movements during the night. You know the Doctor, but if they die you will run the clinic instead.",
    247.             "info": "A Distractor that knows the Doctor. Gains new abilities if Doctor dies. Sided with Good People.",
    248.             "actions": {
    249.                 "night": {
    250.                     "distract": {
    251.                         "target": "AnyButSelf",
    252.                         "common": "Self",
    253.                         "priority": 4,
    254.                         "distractmsg": "You have been distracted and couldn't do anything during the night!",
    255.                         "teammsg": "You partner was distracted, so you canceled your plans for the night."
    256.                     }
    257.                 },
    258.                 "initialCondition": {
    259.                     "clearPoison": true
    260.                 },
    261.                 "startup": {
    262.                     "revealRole": "bodyguard"
    263.                 }
    264.             }
    265.         },
    266.         {
    267.             "role": "hooker2",
    268.             "translation": "Nurse",
    269.             "side": "village",
    270.             "help": "With the Doctor's death, you now run the clinic! You still can use /distract [name] to stop someone during the night, and you now can use /protect [name] every 2 nights to prevent someone's death.",
    271.             "info": "A Distractor that can also Protect every 2 nights. Appears when the Doctor dies. Sided with Good People.",
    272.             "actions": {
    273.                 "night": {
    274.                     "distract": {
    275.                         "target": "AnyButSelf",
    276.                         "common": "Self",
    277.                         "priority": 4,
    278.                         "distractmsg": "You have been distracted and couldn't do anything during the night!",
    279.                         "teammsg": "You partner was distracted, so you canceled your plans for the night."
    280.                     },
    281.                     "protect": {
    282.                         "target": "AnyButSelf",
    283.                         "common": "Self",
    284.                         "priority": 8,
    285.                         "recharge": 2
    286.                     }
    287.                 },
    288.                 "initialCondition": {
    289.                     "clearPoison": true
    290.                 }
    291.             }
    292.         },
    293.         {
    294.             "role": "bomb",
    295.             "translation": "Alchemist",
    296.             "side": "village",
    297.             "help": "Always working on strange stuff, you can type /safeguard [name] during the night to guard someone from poison and other effects. And If you are killed during the night, you will take your attacker with you! You can also use /poison [name] on 3 targets to kill them after one day, BUT YOU WILL DIE ONCE YOU USE IT. ",
    298.             "info": "A Bomb that can Safeguard. Can also sacrifice itself to Poison 3 targets. Sided with Good People.",
    299.             "actions": {
    300.                 "night": {
    301.                     "safeguard": {
    302.                         "target": "AnyButSelf",
    303.                         "common": "Self",
    304.                         "priority": 1
    305.                     },
    306.                     "poison": {
    307.                         "target": "AnyButSelf",
    308.                         "common": "Self",
    309.                         "priority": 12,
    310.                         "limit": 3,
    311.                         "suicideChance": 1,
    312.                         "suicidemsg": "You died while handling your poisonous experiments!",
    313.                         "poisonDeadMessage": "You died to the Alchemist's poison!"
    314.                     }
    315.                 },
    316.                 "initialCondition": {
    317.                     "clearPoison": true
    318.                 },
    319.                 "kill": {
    320.                     "mode": "killattacker",
    321.                     "msg": "You attacked the Alchemist and were hit by an explosive experiment!"
    322.                 }
    323.             }
    324.         },
    325.         {
    326.             "role": "recruiter",
    327.             "translation": "Recruiter",
    328.             "side": "village",
    329.             "help": "You work to strengthen the Holy Army and eradicate the evil forces! Every 2 nights, you can use /recruit [name] to transform a Commoner into a Knight, Templar or Seer! If you die, everyone you recruited will be exposed publicly!",
    330.             "info": "Can transform Commoners into Knights, Templars or Seers every 2 nights. Expose recruited roles when killed. Sided with Good People.",
    331.             "actions": {
    332.                 "night": {
    333.                     "recruit": {
    334.                         "command": "convert",
    335.                         "target": "AnyButSelf",
    336.                         "common": "Self",
    337.                         "priority": 25,
    338.                         "recharge": 2,
    339.                         "newRole": {
    340.                             "vigilante": [
    341.                                 "villager"
    342.                             ],
    343.                             "bodyguard2": [
    344.                                 "villager"
    345.                             ],
    346.                             "stalker": [
    347.                                 "villager"
    348.                             ]
    349.                         },
    350.                         "canConvert": [
    351.                             "villager"
    352.                         ],
    353.                         "convertmsg": "A ~Old~ has joined the Holy Army as a ~New~!"
    354.                     }
    355.                 },
    356.                 "onDeath": {
    357.                     "exposeRoles": [
    358.                         "vigilante",
    359.                         "bodyguard2",
    360.                         "stalker"
    361.                     ],
    362.                     "exposemsg": "±Game: A note saying 'List of ~Role~s: ~Target~' was found in ~Self~'s pocket!"
    363.                 },
    364.                 "initialCondition": {
    365.                     "clearPoison": true
    366.                 },
    367.                 "startup": {
    368.                     "revealRole": [
    369.                         "vigilante",
    370.                         "bodyguard2",
    371.                         "stalker"
    372.                     ]
    373.                 }
    374.             }
    375.         },
    376.         {
    377.             "role": "vigilante",
    378.             "translation": "Knight",
    379.             "side": "village",
    380.             "help": "You joined the Infantry Division of the Holy Army! You can use /kill [name] during the night to kill someone (shared with other Knights).",
    381.             "info": "A Killer that shares this action with other Knights and know each other. Sided with Good People.",
    382.             "actions": {
    383.                 "night": {
    384.                     "kill": {
    385.                         "target": "AnyButRole",
    386.                         "common": "Role",
    387.                         "priority": 19,
    388.                         "broadcast": "role"
    389.                     }
    390.                 },
    391.                 "initialCondition": {
    392.                     "clearPoison": true
    393.                 },
    394.                 "startup": "role-reveal"
    395.             }
    396.         },
    397.         {
    398.             "role": "bodyguard2",
    399.             "translation": "Templar",
    400.             "side": "village",
    401.             "help": "You joined the Guardian Division of the Holy Army! You can use /protect [name] during the night to prevent someone's death (shared with other Templars).",
    402.             "info": "A Protector that shares this action with other Templars and know each other. Sided with Good People.",
    403.             "actions": {
    404.                 "night": {
    405.                     "protect": {
    406.                         "target": "AnyButRole",
    407.                         "common": "Role",
    408.                         "priority": 9,
    409.                         "broadcast": "role"
    410.                     }
    411.                 },
    412.                 "initialCondition": {
    413.                     "clearPoison": true
    414.                 },
    415.                 "startup": "role-reveal"
    416.             }
    417.         },
    418.         {
    419.             "role": "stalker",
    420.             "translation": "Seer",
    421.             "side": "village",
    422.             "help": "You joined the Mystic Division of the Holy Army! You can use /stalk [name] to follow someone's movements during the night (shared with other Seers).",
    423.             "info": "A Stalker that shares this action with other Seers and know each other. Sided with Good People.",
    424.             "actions": {
    425.                 "night": {
    426.                     "stalk": {
    427.                         "target": "AnyButRole",
    428.                         "common": "Role",
    429.                         "priority": 33,
    430.                         "broadcast": "role"
    431.                     }
    432.                 },
    433.                 "initialCondition": {
    434.                     "clearPoison": true
    435.                 },
    436.                 "startup": "role-reveal"
    437.             }
    438.         },
    439.         {
    440.             "role": "mayor",
    441.             "translation": "King",
    442.             "side": "village",
    443.             "help": "Being the highest authority, your vote counts as +3! And once during the game, you can use /expose [name] during the day to reveal someone's identity (you will be revealed)!",
    444.             "info": "A Mayor with +3 votes that can Expose once during the game (reveales). Sided with Good People.",
    445.             "actions": {
    446.                 "standby": {
    447.                     "expose": {
    448.                         "target": "AnyButSelf",
    449.                         "recharge": 100,
    450.                         "msg": "You can expose someone's role with /expose [name] (only once in the game!)",
    451.                         "exposemsg": "~Self~, the King, order his subordinates to spread the word about ~Target~ being the ~Role~!"
    452.                     }
    453.                 },
    454.                 "vote": 3,
    455.                 "initialCondition": {
    456.                     "clearPoison": true
    457.                 },
    458.                 "onDeath": {
    459.                     "convertRoles": {
    460.                         "mayor2": "mayor"
    461.                     },
    462.                     "convertmsg": "±Game: The King ~Self~ is dead, long live the King ~Target~!"
    463.                 }
    464.             }
    465.         },
    466.         {
    467.             "role": "mayor2",
    468.             "translation": "Prince",
    469.             "side": "village",
    470.             "help": "You are the heir to the throne! Being merely a successor, your vote is worth -1, but you will become the new King if the current one dies! If you dislike the royal life, you can type /flee [yourname] after the second night to become a Bard instead!",
    471.             "info": "A negative Mayor with -1 vote. Becomes King if King dies, or can flee and become a Bard after the 2nd night. Sided with Good People.",
    472.             "actions": {
    473.                 "night": {
    474.                     "flee": {
    475.                         "command": "convert",
    476.                         "target": "OnlySelf",
    477.                         "common": "Self",
    478.                         "priority": 27,
    479.                         "initialrecharge": 2,
    480.                         "newRole": "bard",
    481.                         "canConvert": [
    482.                             "mayor2"
    483.                         ],
    484.                         "convertmsg": "The ~Old~ has abdicated the Royal Lineage and became a ~New~!"
    485.                     }
    486.                 },
    487.                 "vote": -1,
    488.                 "initialCondition": {
    489.                     "clearPoison": true
    490.                 }
    491.             }
    492.         },
    493.         {
    494.             "role": "bard",
    495.             "translation": "Bard",
    496.             "side": "village",
    497.             "help": "It seems you want a free life! Your vote now is worth nothing, but you can use /sing [yourname] every 2 nights to protect yourself from any harm, but you will be revealed to some people in the town (Investigators, Ghost and Demon Leader and Cupid)!",
    498.             "info": "Vote counts as 0. Can Self-Protect every 2 nights, but reveals itself to Investigators, Ghost Leader, Demon Leader and Cupit. Sided with Good People.",
    499.             "actions": {
    500.                 "night": {
    501.                     "sing": {
    502.                         "command": [
    503.                             "safeguard",
    504.                             "protect"
    505.                         ],
    506.                         "target": "OnlySelf",
    507.                         "common": "Self",
    508.                         "priority": 2,
    509.                         "recharge": 2,
    510.                         "broadcast": [
    511.                             "inspector1",
    512.                             "inspector2",
    513.                             "inspector3",
    514.                             "mafiaboss1",
    515.                             "mafiaboss2",
    516.                             "mafiaboss3"
    517.                         ],
    518.                         "broadcastmsg": "Game: ~Player~, the Bard, sings a beautiful song only heard by a few people."
    519.                     }
    520.                 },
    521.                 "vote": 0,
    522.                 "initialCondition": {
    523.                     "clearPoison": true
    524.                 }
    525.             }
    526.         },
    527.         {
    528.             "role": "mafia1",
    529.             "translation": "Ghost Minion",
    530.             "side": "mafia1",
    531.             "help": "You can attack someone by typing /kill [name] during the night (shared with your team)!",
    532.             "info": "A basic mafia killer. Sided with Ghost Mafia.",
    533.             "actions": {
    534.                 "night": {
    535.                     "kill": {
    536.                         "target": "AnyButTeam",
    537.                         "common": "Team",
    538.                         "priority": 17,
    539.                         "broadcast": "team"
    540.                     }
    541.                 },
    542.                 "initialCondition": {
    543.                     "clearPoison": true
    544.                 },
    545.                 "startup": "team-reveal-with-roles"
    546.             }
    547.         },
    548.         {
    549.             "role": "mafiaboss1",
    550.             "translation": "Ghost Leader",
    551.             "side": "mafia1",
    552.             "help": "You can attack someone by typing /kill [name] during the night (shared with your team)! Being a leader, you can also use /distract [name] to stop someone's movements for the night. Your vote counts as +2, but if you are lynched you get a chance to promote one of your minions!",
    553.             "info": "A mafia leader that can kill (shared) and distract. Has +2 votes and can Promote a Minion if lynched. Sided with Ghost Mafia.",
    554.             "actions": {
    555.                 "night": {
    556.                     "kill": {
    557.                         "target": "AnyButTeam",
    558.                         "common": "Team",
    559.                         "priority": 17,
    560.                         "broadcast": "team"
    561.                     },
    562.                     "distract": {
    563.                         "target": "AnyButTeam",
    564.                         "common": "Self",
    565.                         "priority": 5,
    566.                         "broadcast": "team",
    567.                         "distractmsg": "You have been distracted and couldn't do anything during the night!",
    568.                         "teammsg": "You partner was distracted, so you canceled your plans for the night."
    569.                     }
    570.                 },
    571.                 "initialCondition": {
    572.                     "clearPoison": true
    573.                 },
    574.                 "vote": 2,
    575.                 "lynch": {
    576.                     "convertTo": "mafiaboss1b",
    577.                     "convertmsg": "Lynched, ~Self~ (Ghost Leader) will only die when the night is over!"
    578.                 },
    579.                 "startup": "team-reveal-with-roles"
    580.             }
    581.         },
    582.         {
    583.             "role": "mafiaboss1b",
    584.             "translation": "Ghost Leader",
    585.             "side": "mafia1",
    586.             "help": "You have been lynched! As a last ditch effort, you can use /promote [name] to make one of your minions the new leader! You will die once the night is over!",
    587.             "info": "When lynched, the Ghost Leader can Promote a Ghost Minion to Ghost Leader. Can't be distracted. Sided with Ghost Mafia.",
    588.             "actions": {
    589.                 "night": {
    590.                     "promote": {
    591.                         "command": "convert",
    592.                         "target": "AnyButSelf",
    593.                         "common": "Self",
    594.                         "priority": 14,
    595.                         "newRole": "mafiaboss1",
    596.                         "canConvert": [
    597.                             "mafia1"
    598.                         ],
    599.                         "convertmsg": "Before passing away, the Ghost Leader promoted a ~Old~ to the new ~New~!"
    600.                     }
    601.                 },
    602.                 "distract": {
    603.                     "mode": "ignore",
    604.                     "msg": "It seems someone tried to distract a lynched ghost! You didn't even notice!"
    605.                 },
    606.                 "convert": {
    607.                     "mode": "ignore"
    608.                 },
    609.                 "initialCondition": {
    610.                     "poison": {
    611.                         "count": -1,
    612.                         "poisonDeadMessage": "You have been lynched during the day, but only died now!"
    613.                     }
    614.                 },
    615.                 "startup": "team-reveal-with-roles"
    616.             }
    617.         },
    618.         {
    619.             "role": "mafia2",
    620.             "translation": "Demon Minion",
    621.             "side": "mafia2",
    622.             "help": "You can attack someone by typing /kill [name] during the night (shared with your team)!",
    623.             "info": "A basic mafia killer. Sided with Demon Mafia.",
    624.             "actions": {
    625.                 "night": {
    626.                     "kill": {
    627.                         "target": "AnyButTeam",
    628.                         "common": "Team",
    629.                         "priority": 16,
    630.                         "broadcast": "team"
    631.                     }
    632.                 },
    633.                 "initialCondition": {
    634.                     "clearPoison": true
    635.                 },
    636.                 "startup": "team-reveal-with-roles"
    637.             }
    638.         },
    639.         {
    640.             "role": "mafiaboss2",
    641.             "translation": "Demon Leader",
    642.             "side": "mafia2",
    643.             "help": "You can attack someone by typing /kill [name] during the night (shared with your team)! You can also use /poison [name] to make your target die after one night (not shared). If you are lynched, you get a chance for a last attack!",
    644.             "info": "A mafia leader that can kill (shared) and poison. Gets a last kill and poison when lynched. Sided with Demon Mafia.",
    645.             "actions": {
    646.                 "night": {
    647.                     "kill": {
    648.                         "target": "AnyButTeam",
    649.                         "common": "Team",
    650.                         "priority": 16,
    651.                         "broadcast": "team"
    652.                     },
    653.                     "poison": {
    654.                         "target": "AnyButTeam",
    655.                         "common": "Self",
    656.                         "priority": 21,
    657.                         "broadcast": "team",
    658.                         "poisonDeadMessage": "You died to the Demon Leader's poison!"
    659.                     }
    660.                 },
    661.                 "initialCondition": {
    662.                     "clearPoison": true
    663.                 },
    664.                 "lynch": {
    665.                     "convertTo": "mafiaboss2b",
    666.                     "convertmsg": "Lynched, ~Self~ (Demon Leader) will only die when the night is over!"
    667.                 },
    668.                 "startup": "team-reveal-with-roles"
    669.             }
    670.         },
    671.         {
    672.             "role": "mafiaboss2b",
    673.             "translation": "Demon Leader",
    674.             "side": "mafia2",
    675.             "help": "You have been lynched! As a last ditch effort, you can use /kill [name] and /poison [name] one last time! Both actions are not shared, and you can't be distracted! You will die once the night is over!",
    676.             "info": "When lynched, the Demon Leader gets a last kill and poison (both are not shared). Can't be distracted. Sided with Demon Mafia.",
    677.             "actions": {
    678.                 "night": {
    679.                     "kill": {
    680.                         "target": "AnyButTeam",
    681.                         "common": "Self",
    682.                         "priority": 16
    683.                     },
    684.                     "poison": {
    685.                         "target": "AnyButTeam",
    686.                         "common": "Self",
    687.                         "priority": 21,
    688.                         "poisonDeadMessage": "You died to the Demon Leader's poison!"
    689.                     }
    690.                 },
    691.                 "distract": {
    692.                     "mode": "ChangeTarget"
    693.                 },
    694.                 "convert": {
    695.                     "mode": "ignore"
    696.                 },
    697.                 "initialCondition": {
    698.                     "poison": {
    699.                         "count": -1,
    700.                         "poisonDeadMessage": "You have been lynched during the day, but only died now!"
    701.                     }
    702.                 }
    703.             }
    704.         },
    705.         {
    706.             "role": "godfather",
    707.             "translation": "Dark Witch",
    708.             "side": "godfather",
    709.             "help": "Working in the shadows, you can defeat someone by typing /kill [name] during the standby phase (you won't be revealed)! You can protect yourself up to 3 times during the game by typing /protect [yourname], and you also can use /spell [name] during the night to randomly stalk, inspect, poison or kill your target!",
    710.             "info": "A concealed Daykiller that can self-protect (3 times during the game) and Spell someone (randomly stalk, inspect, poison or kill). Sided with itself.",
    711.             "actions": {
    712.                 "standby": {
    713.                     "kill": {
    714.                         "target": "AnyButSelf",
    715.                         "msg": "You can kill now by typing /kill [name] (you won't be revealed)",
    716.                         "killmsg": "The sky suddenly becomes dark, and some evil laughs can be heard. When the light is back, ~Target~ is nothing but a skeleton."
    717.                     }
    718.                 },
    719.                 "night": {
    720.                     "spell": {
    721.                         "command": {
    722.                             "stalk": 0.4,
    723.                             "inspect": 0.3,
    724.                             "poison": 0.2,
    725.                             "kill": 0.1
    726.                         },
    727.                         "target": "AnyButSelf",
    728.                         "common": "Self",
    729.                         "priority": 22,
    730.                         "poisonDeadMessage": "You died to the Dark Witch's spell!"
    731.                     },
    732.                     "protect": {
    733.                         "target": "Any",
    734.                         "common": "Self",
    735.                         "priority": 11,
    736.                         "charges": 3
    737.                     }
    738.                 },
    739.                 "initialCondition": {
    740.                     "clearPoison": true
    741.                 }
    742.             }
    743.         },
    744.         {
    745.             "role": "mafia3",
    746.             "translation": "Lover",
    747.             "side": "mafia3",
    748.             "help": "You fell in love! You can use /kill [name] during the night (not shared) to repel any obstacle to your love, but if your lover dies, you will die too! You will also die of remorse if you are distracted! [Note: Use /myrole to find your partners]",
    749.             "info": "A killer (not shared) that dies if distracted or if the other Lover dies. Sided with Cupid Posse.",
    750.             "actions": {
    751.                 "night": {
    752.                     "kill": {
    753.                         "target": "AnyButTeam",
    754.                         "common": "Self",
    755.                         "priority": 18,
    756.                         "broadcast": "team"
    757.                     }
    758.                 },
    759.                 "distract": {
    760.                     "mode": "die",
    761.                     "msg": "You spent the night with someone other than your lover. You died of remorse.",
    762.                     "targetmsg": "You distracted a Lover, who died of remorse for betraying their partner!"
    763.                 },
    764.                 "onDeath": {
    765.                     "killRoles": [
    766.                         "mafia3"
    767.                     ],
    768.                     "convertRoles": {
    769.                         "mafiaboss3": "mafiaboss3"
    770.                     },
    771.                     "killmsg": "±Game: With ~Self~'s death, ~Target~ couldn't bear the pain of losing their lover and died too!",
    772.                     "convertmsg": "±Game: With the Lovers gone, the Cupid is out to form a new couple!"
    773.                 },
    774.                 "initialCondition": {
    775.                     "clearPoison": true
    776.                 },
    777.                 "startup": "team-reveal-with-roles"
    778.             }
    779.         },
    780.         {
    781.             "role": "mafiaboss3",
    782.             "translation": "Cupid",
    783.             "side": "mafia3",
    784.             "help": "Bring up the love! You can use /shoot [name] twice during the game to use love arrows and form a couple! Each Lover will get its own nightkill, but if one of them die, both die (but you get a chance to form a new couple). You can protect one of them by using /protect [name] during the night.",
    785.             "info": "Can transform 2 targets into Lovers. Can protect during the night. Sided with Cupid Posse.",
    786.             "actions": {
    787.                 "night": {
    788.                     "shoot": {
    789.                         "command": "convert",
    790.                         "target": "AnyButSelf",
    791.                         "common": "Self",
    792.                         "priority": 24,
    793.                         "charges": 2,
    794.                         "limit": 2,
    795.                         "newRole": "mafia3",
    796.                         "convertmsg": "The Cupid shot a love arrow! The ~Old~ fell in love with someone!"
    797.                     },
    798.                     "protect": {
    799.                         "target": "AnyButSelf",
    800.                         "common": "Self",
    801.                         "priority": 10
    802.                     }
    803.                 },
    804.                 "initialCondition": {
    805.                     "clearPoison": true
    806.                 },
    807.                 "startup": "team-reveal-with-roles"
    808.             }
    809.         },
    810.         {
    811.             "role": "idiot",
    812.             "translation": "Village Idiot",
    813.             "side": "idiot",
    814.             "help": "You like being annoying, so you win the game alone if you are lynched! Your vote counts as 0, but you identify anyone that visits you during the night! You can also use /beg [name] during the night to send an anonymous message to all bad guys asking for someone's death!",
    815.             "info": "Wins the game alone if lynched. Has 0 votes, identify anyone that targets this role and can send an anonymous message to the mafia requesting someone to be killed. Sided with itself.",
    816.             "winIfDeadRoles": [
    817.                 "inspector3",
    818.                 "bomb",
    819.                 "recruiter",
    820.                 "vigilante",
    821.                 "mafia1",
    822.                 "mafiaboss1",
    823.                 "mafia2",
    824.                 "mafiaboss2",
    825.                 "mafiaboss2b",
    826.                 "mafia3",
    827.                 "mafiaboss3",
    828.                 "godfather"
    829.             ],
    830.             "actions": {
    831.                 "night": {
    832.                     "beg": {
    833.                         "command": "protect",
    834.                         "target": "Any",
    835.                         "common": "Self",
    836.                         "priority": 50,
    837.                         "broadcast": [
    838.                             "mafia1",
    839.                             "mafiaboss1",
    840.                             "mafia2",
    841.                             "mafiaboss2",
    842.                             "mafia3",
    843.                             "mafiaboss3",
    844.                             "godfather"
    845.                         ],
    846.                         "broadcastmsg": "±Request: The Village Idiot is requesting that someone kill ~Target~!",
    847.                         "restrict": [
    848.                             "beg"
    849.                         ]
    850.                     }
    851.                 },
    852.                 "inspect": {
    853.                     "mode": "identify"
    854.                 },
    855.                 "poison": {
    856.                     "mode": "identify"
    857.                 },
    858.                 "distract": {
    859.                     "mode": "identify"
    860.                 },
    861.                 "protect": {
    862.                     "mode": "identify"
    863.                 },
    864.                 "stalk": {
    865.                     "mode": "identify"
    866.                 },
    867.                 "lynch": {
    868.                     "convertTo": "idiot2",
    869.                     "convertmsg": "~Self~, the ~Old~, achieved their goal of getting lynched!"
    870.                 },
    871.                 "initialCondition": {
    872.                     "clearPoison": true
    873.                 },
    874.                 "vote": 0
    875.             }
    876.         },
    877.         {
    878.             "role": "idiot2",
    879.             "translation": "Village Idiot",
    880.             "side": "idiot",
    881.             "help": "You managed to get lynched, so you won!",
    882.             "info": "Wins the game if lynched. Sided with itself.",
    883.             "winIfDeadRoles": []
    884.         },
    885.         {
    886.             "role": "impersonator",
    887.             "translation": "Impersonator",
    888.             "side": "impersonator",
    889.             "help": "Your job is to steal someone's identity! You can use /inspect [name] during the night during the first night to find someone's identity, and then use /steal [name] after the 3rd night to kill someone and steal their role (and make it look as if the Impersonator died!). ",
    890.             "actions": {
    891.                 "night": {
    892.                     "steal": {
    893.                         "command": [
    894.                             "copy",
    895.                             "convert",
    896.                             "kill"
    897.                         ],
    898.                         "target": "AnyButSelf",
    899.                         "common": "Self",
    900.                         "priority": 0,
    901.                         "newRole": "impersonated",
    902.                         "copyAs": "*",
    903.                         "initialrecharge": 2,
    904.                         "silent": true
    905.                     },
    906.                     "inspect": {
    907.                         "target": "AnyButSelf",
    908.                         "common": "Self",
    909.                         "priority": 32,
    910.                         "charges": 1
    911.                     }
    912.                 }
    913.             }
    914.         },
    915.         {
    916.             "role": "impersonated",
    917.             "translation": "Impersonator",
    918.             "side": "impersonator",
    919.             "help": "The Impersonator stole your identity and killed you!"
    920.         }
    921.     ],
    922.     "roles1": [
    923.         { "inspector1": 0.9, "inspector2": 0.08, "inspector3": 0.02 },
    924.         { "inspector2": 0.9, "inspector3": 0.08, "inspector1": 0.02 },
    925.         { "inspector3": 0.9, "inspector1": 0.08, "inspector2": 0.02 },
    926.         "mafia1",
    927.         "mafia1",
    928.         "mafia2",
    929.         "villager",
    930.         "villager",
    931.         "hooker",
    932.         "mafia2",
    933.         "villager",
    934.         "bodyguard",
    935.         "villager",
    936.         "mafiaboss1",
    937.         "villager",
    938.         "mafiaboss2",
    939.         "impersonator",
    940.         "villager",
    941.         "recruiter",
    942.         "bomb",
    943.         "mayor",
    944.         "villager",
    945.         "godfather",
    946.         "idiot",
    947.         "villager",
    948.         "mafiaboss3",
    949.         "mayor2",
    950.         "mafia1",
    951.         "villager",
    952.         "mafia2",
    953.         "villager"
    954.     ],
    955.     "villageCantLoseRoles": [
    956.         "inspector3",
    957.         "vigilante",
    958.         "mayor",
    959.         "bomb"
    960.     ],
    961.     "killusermsg": "*** Welcome to the afterlife!",
    962.     "killmsg": "±News: ~Player~'s corpse was found and identified as the ~Role~!",
    963.     "lynchmsg": "±News: ~Player~ (~Role~) was chased by an angry mob and died after ~Count~ hits!"
    964. }
    This theme has as its main concept the fact that village will always start with 3 Inspector roles. Yeah, three, but with a catch: None of them can be protected, and, while the first one is completely reliable, the second has a 50% chance of getting a innacurate result, while the third inspector has a 50% chance of killing the target instead of inspecting (and if it inspects, the result still could be wrong).

    Because of those not-so-reliable inspectors, the Good People get several ways for connecting the PRs (although there's no 100% safe method).

    Roles Summary:
    Good People
    Commoner: No action, but can be recruited.
    Investigator (sane):Can inspect with a 100% accurate result. Can't be protected. If daykilled, reveals the attacker.
    Investigator (beginner):Can inspect with a 50% chance of seeing the target as bad. Can't be protected. If daykilled, reveals the attacker.
    Investigator (aggressive):Can inspect with a 25% chance of seeing the target as bad and 50% chance of killing the target. Can't be protected. If daykilled, reveals the attacker.
    Doctor:Bodyguard that can also remove poison from a target (only twice during the game). Knows the Nurse.
    Nurse: Distractor that knows the Doctor. If the Doctor dies, Nurse can protect every 2 nights.
    Alchemist: Night bomb that can Safeguard. Also gets a triple poison, but it's one-time only, since the Alchemist dies if it uses that.
    Recruiter: Can convert Commoners into Knights, Templars or Seers every 2 nights. If killed, the recruited roles are exposed.
    Knight: Shared nightkill.
    Templar: Shared Protect.
    Seer: Shared Stalk.
    King: +3 votes, can Expose once during the game (reveals itself).
    Prince: -1 vote. Becomes the King if King dies, or can become a Bard after the 2nd night.
    Bard: 0 votes. Can Protect+Safeguard itself every 2 nights, but that will reveal them to Investigators, Ghost Leader, Demon Leader and Cupid when using it (useful for connecting voice, but risky).

    Ghost Mafia
    Ghost Minion: Nightkill (shared with team)
    Ghost Leader: Nightkill (shared with team), Distract, 2 votes. If lynched, only dies once the night is over, and gets a chance to promote one Minion to the new Ghost Leader.

    Demon Mafia
    Demon Minion: Nightkill (shared with team)
    Demon Leader: Nightkill (shared with team), Poison (not shared). If lynched, only dies once the night is over, and gets a chance to kill and poison one last time (both actions not shared in this case).

    Cupid's Posse
    Cupid: Can convert up to 2 players and transform them into Lovers. Also gets a Protect action, and if the Lovers die, the Cupid can convert other 2 people.
    Lovers: Each one gets its own nightkill. If one of them is killed or distracted, both die.

    Dark Witch
    Dark Witch: Only daykiller in the theme (not revealed). Can use /spell to randomly stalk, inspect, poison or kill during the night, and can protect itself up to 3 times during the game.

    Village Idiot
    Village Idiot:Wins the game alone if lynched. Has 0 votes, but identify anyone that targets them during the night (except killers and converters). Can use /beg to send an anonymous "The Village Idiot is requesting that someone kill X!" message to all bad guys. (automatically wins if all killers/poisoners are dead, similar to Kronos)

    Impersonator
    Impersonator: Can inspect one person during the whole game. From Night 2, it can use /steal to kill a target, become that role and make the person killed show as the Impersonator. Once an identity is stolen, this player will basically become that role, working for that team.

    [/HIDE]

    I'd say this theme is unique because you can't simply follow the "Inspector here, BG on me" formula that happens in 90% of the themes, yet there are several ways for Investigators to connect or get a voice. Also, it has some really unique roles, like the Mafia Leaders (delayed lynch), Village Idiot (wins if lynched) and Bard (secret message to some roles).

    Also, with roles like Recruiter and Cupid, even Commoners can make the difference during the game (and there's no hax!)

    Priority List:
    [0] Impersonator (Steal)
    [1] Alchemist (Safeguard)
    [2] Bard (Sing)
    [4] Nurse (Distract)
    [4] Nurse (Distract)
    [5] Ghost Leader (Distract)
    [7] Doctor (Protect)
    [8] Nurse (Protect)
    [9] Templar (Protect)
    [10] Cupid (Protect)
    [11] Dark Witch (Protect)
    [12] Alchemist (Poison)
    [14] Ghost Leader (Promote)
    [16] Demon Minion (Kill)
    [16] Demon Leader (Kill)
    [16] Demon Leader (Kill)
    [17] Ghost Minion (Kill)
    [17] Ghost Leader (Kill)
    [18] Lover (Kill)
    [19] Knight (Kill)
    [21] Demon Leader (Poison)
    [21] Demon Leader (Poison)
    [22] Dark Witch (Spell)
    [24] Cupid (Shoot)
    [25] Recruiter (Recruit)
    [26] Doctor (Cure)
    [27] Prince (Flee)
    [29] Investigator (Inspect)
    [30] Investigator (Inspect)
    [31] Investigator (Inspect)
    [32] Impersonator (Inspect)
    [33] Seer (Stalk)
    [50] Village Idiot (Beg)

    Spawn List:
    1. Investigator (Sane) [90.00%], Investigator (Beginner) [8.00%] or Investigator (Aggressive) [2.00%]
    2. Investigator (Beginner) [90.00%], Investigator (Aggressive) [8.00%] or Investigator (Sane) [2.00%]
    3. Investigator (Aggressive) [90.00%], Investigator (Sane) [8.00%] or Investigator (Beginner) [2.00%]
    4. Ghost Minion
    5. Ghost Minion
    6. Demon Minion
    7. Commoner
    8. Commoner
    9. Nurse
    10. Demon Minion
    11. Commoner
    12. Doctor
    13. Commoner
    14. Ghost Leader
    15. Commoner
    16. Demon Leader
    17. Impersonator
    18. Commoner
    19. Recruiter
    20. Alchemist
    21. King
    22. Commoner
    23. Dark Witch
    24. Village Idiot
    25. Commoner
    26. Cupid
    27. Prince
    28. Ghost Minion
    29. Commoner
    30. Demon Minion
    31. Commoner
    Update 1:
    Village Idiot now automatically wins when all killers/poisoners are dead (prevents stalemate)[/HIDE]
    Update 2:
    Random Spawn added to the 3 Investigators roles
    Impersonator added[/HIDE]
     
    Last edited: Nov 25, 2012
  2. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    Hi Kirby! What an interesting theme! I have few words to say about this. A+ for your creative job :) Here are the main issues I detected:

    - Village Idiot has no way of winning the game if not lynched, unless he is the last one to survive with a role outside of the "villageCantLoseRoles" (village lose condition). I think this is not good for him and for the game itself. Also, this wouldn't bring good consequences for the lynch phase, from my point of view.

    - Investigator2's info say he gets wrong inspections 50% of times, while the code says it is only 45%. Same for Investigator3: the wrong possibilities happen 22,5% of times, if I'm not wrong.

    - Not a issue, but if the Dark Witch is the only daykiller, the daykill reveal message for the inspectors could be directed specifically to her.

    - Cupid's help text: "...(but you get a chance to form a new couble)..."

    - I think that you told me once that the broadcast message with brackets for specific roles don't work (@Bard) :x[/HIDE]
     
  3. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Village Idiot is somehow similar to Kronos: It wins once all killers are dead. It's meant to teach people about the risk of uneducated rands.
    If people still dislike it, there are 2 possibilities I could try regarding this role: Winning with everyone, or winIfDeadRoles (so he wins if all killers/poisoners are dead).

    While the "true" is set to 0.55, all other possibilities sum up to 0.55 too, so both correct or wrong inspections gets the same chance.

    I guess I could, but Dark Witch is the only daykiller for now.

    Woops! Fixed.

    They do. It's already working in Caterpie theme.
     
  4. Santa Claws

    Santa Claws Santa Claus

    Joined:
    Sep 27, 2012
    Messages:
    32
    Likes Received:
    0
    Looks like another great RiceKirby production in the making! Only found one thing that Li didn't mention:

    In investigator's help: "If you die, everyone you recruited will be exposed publicy!"[/HIDE]

    I like a lot of the fairly new concepts in this theme, namely the Recriter, Cupid, and Village Idiot, among other things. I expect to see this swiftly approved and look forward to playing it.
     
  5. Drapht

    Drapht Move on

    Joined:
    Jan 18, 2012
    Messages:
    109
    Likes Received:
    0
    the village idiot needs another win condition, otherwise games are gonna probably end in stalemates, and no one likes that - like if there are two non-killers of the same team left and the village idiot

    (either that or have the "nobody wins" message come up)

    will approve if this issue is addressed
     
  6. TheUnknownOne

    TheUnknownOne Member

    Joined:
    Mar 28, 2011
    Messages:
    988
    Likes Received:
    3
    You can nullify the idiot's protect (beg) with __role__.beg.mode: ignore and __role__.beg.silent: true
     
  7. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Added a "Wins if all killers/poisoners are dead" clause (similar to Kronos).

    Unlike hax, stuff like Mode:Ignore is based on the actual action, not on command.
    And why would I do that? The /beg is only meant to use the broadcastmsg, it doesn't matter if the protection is actually used.
     
    Last edited: Nov 6, 2012
  8. TheUnknownOne

    TheUnknownOne Member

    Joined:
    Mar 28, 2011
    Messages:
    988
    Likes Received:
    3
     
  9. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    /beg is the lowest priority action. Nothing will be blocked by that.
     
  10. kyucumber

    kyucumber DNA Pin FTW

    Joined:
    Mar 31, 2012
    Messages:
    69
    Likes Received:
    0
    So great theme overall. I would recommend this role or something like it...
    "role": "jest",
    "translation": "Village Jester",
    "side": "good",
    "help": "insert useless flavour here",
    "info": "insert info here",
    "actions": {
    "vote": -32
    }
    }

    Mafias know him and has enough votes to counter act any votes on a possible Village Idiot. Just an idea but otherwise great
     
  11. Drapht

    Drapht Move on

    Joined:
    Jan 18, 2012
    Messages:
    109
    Likes Received:
    0
    man of my word: approve
     
  12. NAVIDAD PIRATE

    NAVIDAD PIRATE THE PLEASURE OF BEING CUMMED INSIDE

    Joined:
    Jan 14, 2012
    Messages:
    1,445
    Likes Received:
    1,059
    PO Trainer Name:
    MeowMix
    this is a great update to backstab ;D

    anyway this theme is incredibly interesting. my only real gripe with it is the DW getting 3 protects; such an already powerful role being given immunity to 3 kills when the inspectors are unreliable might make it a bit OP.

    cupid mechanic is cool as shit

    Approved [2]
     
  13. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Mafia knowing this role would mean it would die N1 every game.

    Well, this is not really an update to Backstab, I'm only using the same skin
    About Dark Witch, if it ends being too OP after some games I can reduce protect to 2 charges, but by the time that role appears there are 2.5 killers + 1 poisoner (+ Recruiter and Alchemist), so games will most likely last for more than 3 nights with more killers around.
     
  14. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    Darn you for that cupid thing! I don't know if you thought of it and told me or if I thought of it but I wanted to do something similar. :'( I like how you found a clever way to "heal" someone. I always thought you didn't like the idea of a heal command. I really like the theme and the village idiot thing. I was going to implement something like that into Capcom but as a convert chance but apparently it was to OP. I think it works well here.

    Approve [3]

    Congrats on a great theme. Now you can focus on helping me. ;)
     
  15. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I don't like the idea of a full heal command because it can completely cancel an action retroactively. Heal should be really limited depending on the theme (and in this case, I'm still thinking about reducing it to 1 charge only).
     
  16. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    Have you thought about adding in the new commands? You really should so that we can test them. :)
     
  17. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I wanted a lame but legit excuse to bump this, but I got none. So I'll simply not bump.
    Ohwait...

    Could as well use this post to comment on the idea of having the 3 Investigators as Random Spawn roles. Something like this:
    1. Could be inspector1 (90% chance), inspector2 (5%) or inspector3 (5%)
    2. Could be inspector2 (90% chance), inspector1 (5%) or inspector3 (5%)
    3. Could be inspector3 (90% chance), inspector1 (5%) or inspector2 (5%)
    [Rest of spawn list here]

    This way the theme still would have 3 Investigators, but there would be a chance one of them would be repeated. What do you think?
     
    Last edited: Nov 12, 2012
  18. kyucumber

    kyucumber DNA Pin FTW

    Joined:
    Mar 31, 2012
    Messages:
    69
    Likes Received:
    0
    I DO NOT CARE take that bump post off, I shall bump this up for you AND I SHALL NOT give advice in return :3
     
  19. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    2 Updates:
    Investigators now have Random Spawn, which means a game could have 2 or more of the same type of Investigator (to keep the paranoia hight).
    And new role added: Impersonator. Take a look at the opening post for details.

    Not sure if those changes could break the balance a bit, but if they do, it's just a matter of adjusting some numbers.
     
    Last edited: Nov 15, 2012
  20. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    Impersonator is approved. :)
     
  21. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    It's simple, yet innovative.

    I think that the Doctor should have a chance to accidentally kill his patients, because, you know, 15th century medicine etc etc etc.

    Dark Witch should get a second revealing daykill, in the vein of Meta Knight, especially since it has no team and has a fair chance of hitting a revealer. EDIT: Oh, didn't see the /spell. If it ends up being a bit UP, I couldn't see how this could hurt.

    The flavour is not medievally enough, especially with the Demon, Ghost, and Cupid sides.

    Approved [4] (why not?)
     
  22. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    It could work for flavor, but in a theme where 3 important roles cannot be protected, having an unreliable bodyguard wouldn't be a good idea.

    Don't forget the Self-Protect.
    Although it could be a problem considering there are 3 roles it can't daykill, but instead of having a second daykill, I'd rather make /spell more useful to take down roles that Dark Witch shouldn't daykill.
    Another option would be make it so only 1 or 2 of the Investigators can reveal daykillers (which would also balance the 3 Investigators, since one while one is fully reliable and other can kill, the last one is kind of lame).

    I agree with this. I'm still a bit unsure regarding the theme name, so I'm still open in case anyone has a amore fitting suggestion.
     
    Last edited: Nov 16, 2012
  23. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    Oh... I could swear I had already approved it... here it goes, then ^.^

    Approved [5]

    For the name... Mystic, maybe? Perhaps WonderLand? It's up to you ^^
     
  24. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    On a second thought, I think I'd rather rename some roles than the theme. If anyone has any idea for a new name for any role, please suggest it (as long as it's only a rename, without any need to change abilities).
     
  25. Kurapika

    Kurapika Born to be a Troll

    Joined:
    Aug 4, 2012
    Messages:
    242
    Likes Received:
    2
    I think Cupid needs a high vote power, at least after Lovers' death?
    Investigators ... I don't know but ... maybe giving one of them a fail chance instead of an inaccurate inspection?
    I like the Village Idiot =D that will also teach some people to think twice and trice before randing! Hmm... since there is only 1 day killer, how about giving it a one time use daykill?
    The rest is, IMO, just about perfect!! I would just like if the Impersonator appears a little bit earlier but the spawn list seems just good the way it is right now! :$
     
  26. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Cupid can form a new couple after the Lovers die (charges are reset when you convert back to the same role).
    Fail Chance for Investigator is... meh. Won't help with the paranoia factor I want to add to this theme. Also, for those Investigators, if you inspect someone as good, then that's a legit inspection (so they can safely find a voice).

    Village Idiot's game is to get lynched. Unless it proves itself to be too weak, I think a daykill is not needed.
    BTW, I just thought about adding Initial Poison to Village Idiot with a count of 8 (or something around that) as another way to prevent a stalemate, but I'll leave this change for later.
     
  27. Kurapika

    Kurapika Born to be a Troll

    Joined:
    Aug 4, 2012
    Messages:
    242
    Likes Received:
    2
    Oh! Then I am ok with Cupid and the rest as well.
    I think Village Idiot is fine the way it is, just maybe a bit UP (IMO).
    I am fine with the roles' names as well as with the theme's name, but if you want to change some roles names ... I don't know, maybe Puppet Master+Puppets for Cupid+Lovers? But, well ... I like Cupid more... XD
     
  28. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    Here are my ideas for the roles names:

    The Ghost Mafia, you could re-place it for Moorish Mafia (maybe Moorish[es] and Moorish King - their distract could be flavoured with something related to spices and/or annoying business); I do like Cupid and Lovers too... but they could be re-named Suzerain and Vassals, at they Feudal Overlords team; Dark Witch is fine, there were rumors about Magics and stuff like this at Medieval ages; for the Demons... they could be... I don't know... Rebel Villagers and Rebel Leader, perhaps?
     
  29. NAVIDAD PIRATE

    NAVIDAD PIRATE THE PLEASURE OF BEING CUMMED INSIDE

    Joined:
    Jan 14, 2012
    Messages:
    1,445
    Likes Received:
    1,059
    PO Trainer Name:
    MeowMix
    imo the flavour is fine. the entire village is based off of medieval times, demons/ghosts have their place in dark ages literature, and even cupid was portrayed in medieval/Renaissance art, so it's not like he was completely irrelevant at the time.
     
  30. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    (16:01:23) ***************************************************************************************
    (16:01:23) Times Up! :
    (16:01:23) The Roles have been Decided! :
    (16:01:23) ±Game: You are a Investigator!
    (16:01:23) ±Game: You are investigating the creatures that appear in the town. Use /inspect [name] during the night to find someone's role, but be aware: You cannot be protected during the night, and there's a possibility your inspections won't work properly! If you are attacked during the day, you have a chance to expose your killer.
    (16:01:23) Current Roles: Commoner, Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator, Investigator, Nurse.
    (16:01:23) Current Players: Alula the Rose, BeastCharizard, Benjaminix, Dende, Fegelein, Li Q. Assir, PokeWorldBW, Shadow Neji, x-Yalaa-x.
    (16:01:23) Current Team: Commoner, Commoner, Investigator, Investigator, Investigator, Nurse
    (16:01:23) Time: Night 1
    (16:01:23) Make your moves, you only have 30 seconds! :
    (16:01:23) ***************************************************************************************
    (16:01:24) Alula the Rose: didnt know a game was going on
    (16:01:30) x-Yalaa-x: inspcetor here
    (16:01:32) ±Game: You have chosen to inspect Li Q. Assir!
    (16:01:33) Fegelein: I just found out that one of the administrators in my school has died
    (16:01:37) x-Yalaa-x: BG on me
    (16:01:44) Shadow Neji: yalla
    (16:01:48) Shadow Neji: you realize theres 3 inspectors
    (16:01:53) ***************************************************************************************
    (16:01:53) Times Up! :
    (16:01:53) ±News: Benjaminix's corpse was found and identified as the Commoner!
    (16:01:53) ±Info: Li Q. Assir is the Demon Minion!!
    (16:01:53) ***************************************************************************************
    (16:01:53) Current Roles: Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator, Investigator, Nurse.
    (16:01:53) Current Players: Alula the Rose, BeastCharizard, Dende, Fegelein, Li Q. Assir, PokeWorldBW, Shadow Neji, x-Yalaa-x.
    (16:01:53) Current Team: Commoner, Investigator, Investigator, Investigator, Nurse
    (16:01:53) Time: Day 1
    (16:01:53) You have 30 seconds to debate who are the bad guys! :
    (16:01:53) ***************************************************************************************
    (16:01:58) Shadow Neji: alula is demon minion
    (16:02:05) Alula the Rose: you caught meeeeeeeeeeh
    (16:02:07) x-Yalaa-x: fegelin ghost minion get him
    (16:02:09) Li Q. Assir: x-Yalaa-x, the inspectors can't be protected on this theme
    (16:02:12) Fegelein: I'm Nurse
    (16:02:16) x-Yalaa-x: lol
    (16:02:18) Fegelein: I was on Dende
    (16:02:19) x-Yalaa-x: im noob
    (16:02:22) BeastCharizard: don't bg me
    (16:02:24) ***************************************************************************************
    (16:02:24) Current Roles: Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator, Investigator, Nurse.
    (16:02:24) Current Players: Alula the Rose, BeastCharizard, Dende, Fegelein, Li Q. Assir, PokeWorldBW, Shadow Neji, x-Yalaa-x.
    (16:02:24) Current Team: Commoner, Investigator, Investigator, Investigator, Nurse
    (16:02:24) Time: Day 1
    (16:02:24) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:02:24) ***************************************************************************************
    (16:02:24) ±Game:x-Yalaa-x voted for Fegelein!
    (16:02:27) ±Game:Fegelein voted for Dende!
    (16:02:28) ±Game:Li Q. Assir voted for Dende!
    (16:02:28) Alula the Rose: what even is this theme
    (16:02:32) ±Game:Shadow Neji voted for Dende!
    (16:02:32) x-Yalaa-x: he is ghost
    (16:02:36) Li Q. Assir: Alula the Rose, medieval
    (16:02:37) ±Game:Dende voted for Fegelein!
    (16:02:39) ±Game:BeastCharizard voted for Dende!
    (16:02:40) Fegelein: The inspectors can be wrong in this theme
    (16:02:42) Li Q. Assir: x-Yalaa-x, the inspector can fail too
    (16:02:43) Shadow Neji: wait what
    (16:02:46) Shadow Neji: why did we vote
    (16:02:48) Shadow Neji: dende
    (16:02:53) ±Game:Alula the Rose voted for Dende!
    (16:02:58) Alula the Rose: cause yes
    (16:02:58) x-Yalaa-x: the hell
    (16:03:00) ***************************************************************************************
    (16:03:00) Times Up! :
    (16:03:00) ±News: Dende (Ghost Minion) was chased by an angry mob and died after 5 hits!
    (16:03:00) Current Roles: Commoner, Demon Minion, Ghost Minion, Investigator, Investigator, Investigator, Nurse.
    (16:03:00) Current Players: Alula the Rose, BeastCharizard, Fegelein, Li Q. Assir, PokeWorldBW, Shadow Neji, x-Yalaa-x.
    (16:03:00) Current Team: Commoner, Investigator, Investigator, Investigator, Nurse
    (16:03:00) Time: Night 2
    (16:03:00) Make your moves, you only have 30 seconds! :
    (16:03:00) ***************************************************************************************
    (16:03:04) x-Yalaa-x: ok
    (16:03:07) ±Game: You have chosen to inspect Li Q. Assir!
    (16:03:07) Shadow Neji: alula is demon minion
    (16:03:08) x-Yalaa-x: now fegelein
    (16:03:12) Shadow Neji: get alula
    (16:03:12) Dragonmire joined the channel.
    (16:03:15) Alula the Rose: herp no
    (16:03:18) Alula the Rose: i
    (16:03:20) Alula the Rose: love
    (16:03:23) Shadow Neji: then what you are
    (16:03:24) Fegelein: Distracting Alula
    (16:03:24) x-Yalaa-x: get fegelein
    (16:03:26) Alula the Rose: everyone
    (16:03:29) Fegelein: No, don't get me
    (16:03:30) Shadow Neji: ok good
    (16:03:30) x-Yalaa-x: i will die!!
    (16:03:31) Fegelein: I am PL
    (16:03:31) ***************************************************************************************
    (16:03:31) Times Up! :
    (16:03:31) ±Info: Li Q. Assir is the Commoner!!
    (16:03:31) No one died! :
    (16:03:31) ***************************************************************************************
    (16:03:31) Current Roles: Commoner, Demon Minion, Ghost Minion, Investigator, Investigator, Investigator, Nurse.
    (16:03:31) Current Players: Alula the Rose, BeastCharizard, Fegelein, Li Q. Assir, PokeWorldBW, Shadow Neji, x-Yalaa-x.
    (16:03:31) Current Team: Commoner, Investigator, Investigator, Investigator, Nurse
    (16:03:31) Time: Day 2
    (16:03:31) You have 30 seconds to debate who are the bad guys! :
    (16:03:31) ***************************************************************************************
    (16:03:32) x-Yalaa-x: :'(
    (16:03:37) Shadow Neji: pokeworld is ghost minion
    (16:03:44) Shadow Neji: but get alula
    (16:03:47) Shadow Neji: first
    (16:03:49) Alula the Rose: ner
    (16:03:52) Kurapika left the channel.
    (16:03:55) Dragonmire left the channel.
    (16:03:56) Alula the Rose: ghost minion = bad
    (16:03:56) Rukzaper joined the channel.
    (16:03:58) Fegelein: Get Alula first, since she pretty much is confirmed
    (16:04:01) ***************************************************************************************
    (16:04:01) Current Roles: Commoner, Demon Minion, Ghost Minion, Investigator, Investigator, Investigator, Nurse.
    (16:04:01) Current Players: Alula the Rose, BeastCharizard, Fegelein, Li Q. Assir, PokeWorldBW, Shadow Neji, x-Yalaa-x.
    (16:04:01) Current Team: Commoner, Investigator, Investigator, Investigator, Nurse
    (16:04:01) Time: Day 2
    (16:04:01) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:04:01) ***************************************************************************************
    (16:04:02) Alula the Rose: i was gunna kill him
    (16:04:04) x-Yalaa-x: get fege
    (16:04:04) ±Game:Fegelein voted for Alula the Rose!
    (16:04:04) ±Game:Shadow Neji voted for Alula the Rose!
    (16:04:05) ±Game:x-Yalaa-x voted for Fegelein!
    (16:04:06) Alula the Rose: but got distracted
    (16:04:09) ±Game:Alula the Rose voted for Fegelein!
    (16:04:10) Shadow Neji: yala
    (16:04:11) Shadow Neji: gtfo
    (16:04:14) ±Game:Li Q. Assir voted for Alula the Rose!
    (16:04:16) Shadow Neji: investigator can fail
    (16:04:16) Alula the Rose: ner
    (16:04:17) Fegelein: x-Yalaa-x, your inspect can be wrong you know?
    (16:04:18) x-Yalaa-x: :I
    (16:04:24) x-Yalaa-x: ok
    (16:04:24) Kurapika joined the channel.
    (16:04:27) Alula the Rose: what even is this theme
    (16:04:30) ±Game:BeastCharizard voted for Alula the Rose!
    (16:04:37) ***************************************************************************************
    (16:04:37) Times Up! :
    (16:04:37) ±News: Alula the Rose (Demon Minion) was chased by an angry mob and died after 4 hits!
    (16:04:37) Current Roles: Commoner, Ghost Minion, Investigator, Investigator, Investigator, Nurse.
    (16:04:37) Current Players: BeastCharizard, Fegelein, Li Q. Assir, PokeWorldBW, Shadow Neji, x-Yalaa-x.
    (16:04:37) Current Team: Commoner, Investigator, Investigator, Investigator, Nurse
    (16:04:37) Time: Night 3
    (16:04:37) Make your moves, you only have 30 seconds! :
    (16:04:37) ***************************************************************************************
    (16:04:42) Fegelein: On PWBW now
    (16:04:42) Shadow Neji: pokeworld is ghost minion
    (16:04:49) Shadow Neji: ima inspect him again
    (16:04:54) Shadow Neji: to make sure its not fail
    (16:04:58) ±Game: You have chosen to inspect PokeWorldBW!
    (16:04:59) x-Yalaa-x: inspecting Li
    (16:05:01) Li Q. Assir: x-Yalaa-x, type /roles :investigator
    (16:05:07) Mitten Romney joined the channel.
    (16:05:07) ***************************************************************************************
    (16:05:07) Times Up! :
    (16:05:07) ±News: PokeWorldBW's corpse was found and identified as the Ghost Minion!
    (16:05:07) The Good People (Shadow Neji, x-Yalaa-x, BeastCharizard, Li Q. Assir and Fegelein) survived the invasion and defeated all the evil creatures!
    (16:05:07) ***************************************************************************************
    (16:05:14) Fegelein: gg
    (16:05:15) Alula the Rose: lol
    (16:05:17) Shadow Neji: So i was the good investigator
    (16:05:17) Mitten Romney: THE SERVER CRASHED
    (16:05:18) Li Q. Assir: x-Yalaa-x, type /roles medieval:investigator
    (16:05:21) x-Yalaa-x: ok
    (16:05:24) Shadow Neji: (19:01:46) ±Role: Investigator
    (16:05:24) Shadow Neji: (19:01:46) ±Ability: An Inspector that can't be protected. Sided with Good People.
    (16:05:25) Shadow Neji: yeah
    (16:05:25) Rukzaper: PO is back up
    (16:05:26) Shadow Neji: thats me,
    (16:05:27) Rukzaper: js
    (16:05:28) Tsuyo joined the channel.
    (16:05:36) Alula the Rose: is everyone leaving here now
    (16:05:43) Alula the Rose: cause i will
    (16:05:44) x-Yalaa-x: ok
    (16:05:44) Shadow Neji: no its down
    (16:05:45) Mitten Romney: BUT I LOVE YOU
    (16:05:45) Rukzaper: if you guys want to test I can stay
    (16:05:52) x-Yalaa-x: i was the n--2
    (16:05:54) Fegelein left the channel.
    (16:05:56) Li Q. Assir: Everyone, tell us your thoughts about this theme
    (16:06:00) Tsuyo: ._.
    (16:06:01) Alula the Rose: exploud?
    (16:06:02) Mitten Romney: i never played the theme
    (16:06:04) Li Q. Assir: We need feedback too
    (16:06:06) Mitten Romney: cuz i got dc'd
    (16:06:10) MONSOON141 left the channel.
    (16:06:17) Sandusky joined the channel.
    (16:06:17) Alula the Rose: um i like it cept i got found out d1
    (16:06:19) Shadow Neji: well this theme is good but iidk.
    (16:06:21) BeastCharizard: Kind of fun. The investigator thing is interesting to say the least.
    (16:06:21) Alula the Rose: so
    (16:06:24) bbyJesus: mittens <3
    (16:06:25) x-Yalaa-x: Fegelein i will creat an animation stick that you in it do you accepte , i will send it next week on forum
    (16:06:30) Choza joined the channel.
    (16:06:41) Li Q. Assir: Any more thoughts?
    (16:06:42) x-Yalaa-x: soo...
    (16:06:43) Choza left the channel.
    (16:06:43) Shadow Neji: rukzaper po isnt back
    (16:06:49) Rukzaper: it is, I'm there now
    (16:06:51) Shadow Neji: oh now its
    (16:06:54) Alula the Rose: i feel bad for good guys with all the inspectors goin that person is evil
    (16:06:57) Alula the Rose: no this person is
    (16:07:00) Alula the Rose: it was hilarious
    (16:07:06) x-Yalaa-x left the channel.
    (16:07:07) BeastCharizard: that is why you inspect mulitple times.

    (16:07:13) ***************************************************************************************
    (16:07:13) ±Game: Li Q. Assir started a game with theme Medieval!
    (16:07:13) ±Game: Type /Join to enter the game!
    (16:07:13) ***************************************************************************************

    (16:07:13) ±Game: In this old town, the good people need to get rid of creatures like Ghosts, Demons, Witches and even a Cupid! To find them, three Investigators are in the town, but there's a catch: They CANNOT be protected, and only one of them is fully reliable (the other 2 can get wrong inspections or kill their target). Also, be aware of the Village Idiot: They win the game alone if lynched! [MAIN THREATS: Ghost Leader (distract), Demon Leader (poison), Dark Witch (daykill + possible poison), Cupid (convert)]
    (16:07:14) ±Game: Li Q. Assir joined the game!
    (16:07:17) ±Game: BeastCharizard joined the game!
    (16:07:17) ±Game: Shadow Neji joined the game!
    (16:07:17) ±Game: Alula the Rose joined the game!
    (16:07:18) ±Game: PokeWorldBW joined the game!
    (16:07:20) ±Game: Rukzaper joined the game!
    (16:07:32) ±Game: Tsuyo joined the game!
    (16:07:35) Shadow Neji: dark witch seems cool

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

    (16:07:44) Raimie joined the channel.
    (16:07:44) Tsuyo: >.>
    (16:07:45) ±Game: bbyJesus joined the game!
    (16:07:46) Tsuyo: <.<
    (16:07:50) Tsuyo: Coast is clear
    (16:07:55) Li Q. Assir: A hint: if you inspect someone as a good person, they are legit.
    (16:07:58) Raimie left the channel.
    (16:08:02) BeastCharizard: lol
    (16:08:04) Alula the Rose: oooooh
    (16:08:04) Li Q. Assir: if baddie, may be not
    (16:08:04) bbyJesus: when is testing for the DBZ theme gonna start
    (16:08:04) BeastCharizard: good hint li
    (16:08:05) ±Game: Kurapika joined the game!
    (16:08:05) Shadow Neji: y
    (16:08:13) ***************************************************************************************
    (16:08:13) Times Up! :
    (16:08:13) The Roles have been Decided! :
    (16:08:13) ±Game: You are a Investigator!
    (16:08:13) ±Game: You are investigating the creatures that appear in the town. Use /inspect [name] during the night to find someone's role, but be aware: You cannot be protected during the night, and there's a possibility your inspections won't work properly! If you are attacked during the day, you have a chance to expose your killer.
    (16:08:13) Current Roles: Commoner, Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator, Investigator, Nurse.
    (16:08:13) Current Players: Alula the Rose, BeastCharizard, Kurapika, Li Q. Assir, PokeWorldBW, Rukzaper, Shadow Neji, Tsuyo, bbyJesus.
    (16:08:13) Current Team: Commoner, Commoner, Investigator, Investigator, Investigator, Nurse
    (16:08:13) Time: Night 1
    (16:08:13) Make your moves, you only have 30 seconds! :
    (16:08:13) ***************************************************************************************
    (16:08:15) BeastCharizard: what dbz theme?
    (16:08:16) Rukzaper: well, hints are helpful for new themes
    (16:08:17) Tsuyo: Vegeta should be exposer.
    (16:08:22) ±Game: You have chosen to inspect Li Q. Assir!
    (16:08:31) Shadow Neji: i dont think mewtwomaster dbz theme gonna be aproved
    (16:08:36) Shadow Neji: idk
    (16:08:44) Tsuyo: .A.
    (16:08:44) ***************************************************************************************
    (16:08:44) Times Up! :
    (16:08:44) ±News: bbyJesus's corpse was found and identified as the Investigator!
    (16:08:44) ±Info: Li Q. Assir is the Commoner!!
    (16:08:44) ***************************************************************************************
    (16:08:44) Current Roles: Commoner, Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator, Nurse.
    (16:08:44) Current Players: Alula the Rose, BeastCharizard, Kurapika, Li Q. Assir, PokeWorldBW, Rukzaper, Shadow Neji, Tsuyo.
    (16:08:44) Current Team: Commoner, Commoner, Investigator, Investigator, Nurse
    (16:08:44) Time: Day 1
    (16:08:44) You have 30 seconds to debate who are the bad guys! :
    (16:08:44) ***************************************************************************************
    (16:08:49) Tsuyo: :o
    (16:08:50) BeastCharizard: that code for mewtwos thing is weird.
    (16:08:58) Alula the Rose: idk what ya'll is talking about
    (16:09:06) Tsuyo: ^ you too?~
    (16:09:14) ***************************************************************************************
    (16:09:14) Current Roles: Commoner, Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator, Nurse.
    (16:09:14) Current Players: Alula the Rose, BeastCharizard, Kurapika, Li Q. Assir, PokeWorldBW, Rukzaper, Shadow Neji, Tsuyo.
    (16:09:14) Current Team: Commoner, Commoner, Investigator, Investigator, Nurse
    (16:09:14) Time: Day 1
    (16:09:14) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:09:14) ***************************************************************************************
    (16:09:23) zzyzx road left the channel.
    (16:09:30) Kurapika: lagtest
    (16:09:34) Alula the Rose: i just gave my dog a bath bout ten minutes ago
    (16:09:39) Kurapika: is there bg?
    (16:09:39) Alula the Rose: now she is avoiding me
    (16:09:42) Tsuyo: You failed the lag test, Kura.
    (16:09:44) Shadow Neji: i would like a minecraft theme
    (16:09:44) ***************************************************************************************
    (16:09:44) Times Up! :
    (16:09:45) No one was voted off! :
    (16:09:45) ***************************************************************************************
    (16:09:45) Current Roles: Commoner, Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator, Nurse.
    (16:09:45) Current Players: Alula the Rose, BeastCharizard, Kurapika, Li Q. Assir, PokeWorldBW, Rukzaper, Shadow Neji, Tsuyo.
    (16:09:45) Current Team: Commoner, Commoner, Investigator, Investigator, Nurse
    (16:09:45) Time: Night 2
    (16:09:45) Make your moves, you only have 30 seconds! :
    (16:09:45) ***************************************************************************************
    (16:09:50) ±Game: You have chosen to inspect PokeWorldBW!
    (16:09:50) Alula the Rose: no BG
    (16:09:51) Tsuyo: I would like to be creeper.
    (16:10:07) Mitten Romney left the channel.
    (16:10:07) Tsuyo: I don't understand this theme.
    (16:10:15) ***************************************************************************************
    (16:10:15) Times Up! :
    (16:10:15) ±News: Rukzaper's corpse was found and identified as the Investigator!
    (16:10:15) ±Info: PokeWorldBW is the Demon Minion!!
    (16:10:15) ***************************************************************************************
    (16:10:15) Current Roles: Commoner, Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Nurse.
    (16:10:15) Current Players: Alula the Rose, BeastCharizard, Kurapika, Li Q. Assir, PokeWorldBW, Shadow Neji, Tsuyo.
    (16:10:15) Current Team: Commoner, Commoner, Investigator, Nurse
    (16:10:15) Time: Day 2
    (16:10:15) You have 30 seconds to debate who are the bad guys! :
    (16:10:15) ***************************************************************************************
    (16:10:20) Tsuyo: :o
    (16:10:25) Alula the Rose: one investigator left
    (16:10:25) Shadow Neji: investigator massacre
    (16:10:36) Alula the Rose: oh looka nurse
    (16:10:36) Tsuyo: What have we learned?
    (16:10:42) Li Q. Assir: PokeWorldBW is demon minion
    (16:10:43) Kurapika: hmm
    (16:10:44) Li Q. Assir: said inspector
    (16:10:46) ***************************************************************************************
    (16:10:46) Current Roles: Commoner, Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Nurse.
    (16:10:46) Current Players: Alula the Rose, BeastCharizard, Kurapika, Li Q. Assir, PokeWorldBW, Shadow Neji, Tsuyo.
    (16:10:46) Current Team: Commoner, Commoner, Investigator, Nurse
    (16:10:46) Time: Day 2
    (16:10:46) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:10:46) ***************************************************************************************
    (16:10:49) ±Game:Shadow Neji voted for PokeWorldBW!
    (16:10:50) ±Game:Alula the Rose voted for PokeWorldBW!
    (16:10:51) ±Game:Tsuyo voted for PokeWorldBW!
    (16:10:55) ±Game:BeastCharizard voted for PokeWorldBW!
    (16:10:56) ±Game:Li Q. Assir voted for PokeWorldBW!
    (16:10:59) Shadow Neji: inb4 fail insp
    (16:11:01) ±Game:Kurapika voted for PokeWorldBW!
    (16:11:04) Alula the Rose: that would
    (16:11:05) Alula the Rose: suck
    (16:11:16) ***************************************************************************************
    (16:11:16) Times Up! :
    (16:11:16) ±News: PokeWorldBW (Commoner) was chased by an angry mob and died after 6 hits!
    (16:11:16) Current Roles: Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Nurse.
    (16:11:16) Current Players: Alula the Rose, BeastCharizard, Kurapika, Li Q. Assir, Shadow Neji, Tsuyo.
    (16:11:16) Current Team: Commoner, Investigator, Nurse
    (16:11:16) Time: Night 3
    (16:11:16) Make your moves, you only have 30 seconds! :
    (16:11:16) ***************************************************************************************
    (16:11:20) Li Q. Assir: damn
    (16:11:21) Tsuyo: 10/100
    (16:11:27) ±Game: You have chosen to inspect Shadow Neji!
    (16:11:37) Alula the Rose: i think anyone can win this game
    (16:11:39) Alula the Rose: by chance
    (16:11:46) Shadow Neji: Idk
    (16:11:46) Alula the Rose: at least at the beginning
    (16:11:47) ***************************************************************************************
    (16:11:47) Times Up! :
    (16:11:47) ±Game: You have been distracted and couldn't do anything during the night!
    (16:11:47) ±News: Li Q. Assir's corpse was found and identified as the Commoner!
    (16:11:47) *** Welcome to the afterlife!
    (16:11:47) ±News: BeastCharizard's corpse was found and identified as the Investigator!
    (16:11:47) ***************************************************************************************
    (16:11:47) Current Roles: Demon Minion, Ghost Minion, Ghost Minion, Nurse.
    (16:11:47) Current Players: Alula the Rose, Kurapika, Shadow Neji, Tsuyo.
    (16:11:47) Time: Day 3
    (16:11:47) You have 30 seconds to debate who are the bad guys! :
    (16:11:47) ***************************************************************************************
    (16:11:49) Samphire left the channel.
    (16:11:56) Tsuyo: ...
    (16:11:59) Shadow Neji: does ghost get teamreveal?
    (16:12:01) Tsuyo: I think I'm screwed here.
    (16:12:04) Alula the Rose: idk
    (16:12:10) Shadow Neji: well
    (16:12:11) Kurapika: where did the demon come from?
    (16:12:11) Alula the Rose: i know demon kill sshare
    (16:12:11) Tsuyo: Who's the Demon?
    (16:12:14) Shadow Neji: i am
    (16:12:17) Alula the Rose: among team
    (16:12:17) ***************************************************************************************
    (16:12:17) Current Roles: Demon Minion, Ghost Minion, Ghost Minion, Nurse.
    (16:12:17) Current Players: Alula the Rose, Kurapika, Shadow Neji, Tsuyo.
    (16:12:17) Time: Day 3
    (16:12:17) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:12:17) ***************************************************************************************
    (16:12:21) Shadow Neji: lets get kura
    (16:12:24) ±Game:Shadow Neji voted for Kurapika!
    (16:12:27) ±Game:Tsuyo voted for Kurapika!
    (16:12:32) ±Game:Alula the Rose voted for Tsuyo!
    (16:12:35) Tsuyo: ^
    (16:12:37) ±Game:Kurapika voted for Tsuyo!
    (16:12:38) ***************************************************************************************
    (16:12:38) Times Up! :
    (16:12:38) No one was voted off! :
    (16:12:38) ***************************************************************************************
    (16:12:38) Current Roles: Demon Minion, Ghost Minion, Ghost Minion, Nurse.
    (16:12:38) Current Players: Alula the Rose, Kurapika, Shadow Neji, Tsuyo.
    (16:12:38) Time: Night 4
    (16:12:38) Make your moves, you only have 30 seconds! :
    (16:12:38) ***************************************************************************************
    (16:12:41) Shadow Neji: tsuyo
    (16:12:44) Shadow Neji: distract one of tohem please
    (16:12:46) Tsuyo: Yesh?
    (16:12:52) Tsuyo: And the other kills me?
    (16:12:54) Alula the Rose: why help demon
    (16:12:56) Shadow Neji: i will kill the other
    (16:13:02) Kurapika: shadow will kill you
    (16:13:06) Shadow Neji: no
    (16:13:08) Tsuyo: I don't care.
    (16:13:08) ***************************************************************************************
    (16:13:08) Times Up! :
    (16:13:08) ±News: Kurapika's corpse was found and identified as the Ghost Minion!
    (16:13:08) ***************************************************************************************
    (16:13:08) Current Roles: Demon Minion, Ghost Minion, Nurse.
    (16:13:08) Current Players: Alula the Rose, Shadow Neji, Tsuyo.
    (16:13:08) Time: Day 4
    (16:13:08) You have 30 seconds to debate who are the bad guys! :
    (16:13:08) ***************************************************************************************
    (16:13:09) Shadow Neji: im killing kura
    (16:13:09) Alula the Rose: eventually
    (16:13:13) Tsuyo: I've got no chance.
    (16:13:31) Alula the Rose: welp
    (16:13:37) Alula the Rose: guess its up to you who wins
    (16:13:38) Tsuyo: Imma let you guys kill each other.
    (16:13:38) ***************************************************************************************
    (16:13:38) Current Roles: Demon Minion, Ghost Minion, Nurse.
    (16:13:38) Current Players: Alula the Rose, Shadow Neji, Tsuyo.
    (16:13:38) Time: Day 4
    (16:13:39) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:13:39) ***************************************************************************************
    (16:13:50) ±Game:Shadow Neji voted for Alula the Rose!
    (16:13:50) ±Game:Tsuyo voted for Tsuyo!
    (16:13:52) ±Game:Alula the Rose voted for Shadow Neji!
    (16:13:52) ***************************************************************************************
    (16:13:52) Times Up! :
    (16:13:53) No one was voted off! :
    (16:13:53) ***************************************************************************************
    (16:13:53) Current Roles: Demon Minion, Ghost Minion, Nurse.
    (16:13:53) Current Players: Alula the Rose, Shadow Neji, Tsuyo.
    (16:13:53) Time: Night 5
    (16:13:53) Make your moves, you only have 30 seconds! :
    (16:13:53) ***************************************************************************************
    (16:13:58) Tsuyo: Dat went perfectly
    (16:14:02) Shadow Neji: i got prio
    (16:14:03) Shadow Neji: :3
    (16:14:07) Alula the Rose: unless distracted
    (16:14:10) Alula the Rose: >>
    (16:14:13) Tsuyo: I won't distract him.
    (16:14:14) Tsuyo: :D
    (16:14:15) Alula the Rose: meh
    (16:14:23) ***************************************************************************************
    (16:14:23) Times Up! :
    (16:14:23) ±News: Shadow Neji's corpse was found and identified as the Demon Minion!
    (16:14:23) ±Game: The Ghost Mafia (Alula the Rose) have successfully turned the town into a ghost land!
    (16:14:23) ±Game: The Good People (Tsuyo) lose!
    (16:14:23) ***************************************************************************************
    (16:14:28) Shadow Neji: wat
    (16:14:30) Tsuyo: Trololololo
    (16:14:31) Alula the Rose: LOL
    (16:14:34) Alula the Rose: that was cool
    (16:14:36) Shadow Neji: fuck you tsuyo
    (16:14:44) Alula the Rose: nice one Tsuyo
    (16:14:46) Rukzaper: so, only bad insps may be fake?
    (16:14:50) Shadow Neji: i quit and im hating on u
    (16:14:52) Shadow Neji left the channel.
    (16:15:05) Tsuyo: Ok.
    (16:15:11) Tsuyo: I'm good with that.
    (16:15:15) bbyJesus: can we try another
    (16:15:17) Alula the Rose: if an inspector inspects a good guy it is on key
    (16:15:18) bbyJesus: or play that again
    (16:15:20) Mitten Romney joined the channel.
    (16:15:32) Alula the Rose: but i guess if they inspect bad guy it may be a commoner
    (16:15:37) Tsuyo left the channel.
    (16:15:48) Alula the Rose: ?
    (16:15:48) Rukzaper: that should be made clear on the descriptions :o

    (16:15:53) ***************************************************************************************
    (16:15:53) ±Game: Alula the Rose started a voting for next game's theme!. You have 20 seconds to vote with /votetheme!
    (16:15:53) ±Game: Choose from these themes: default !
    (16:15:53) ***************************************************************************************

    (16:16:02) Alula the Rose: lol
    (16:16:13) ±Game: Really? No votes, so no game.
    (16:16:13) Alula the Rose: i was wondering what themes were on here

    (16:16:23) ***************************************************************************************
    (16:16:23) ±Game: bbyJesus started a voting for next game's theme!. You have 20 seconds to vote with /votetheme!
    (16:16:23) ±Game: Choose from these themes: default !
    (16:16:23) ***************************************************************************************

    (16:16:23) ±Game: bbyJesus voted for default!
    (16:16:31) ±Game: Alula the Rose voted for default!
    (16:16:34) ***************************************************************************************
    (16:16:34) ±Game: Li Q. Assir has stopped the game!
    (16:16:34) ***************************************************************************************

    (16:16:37) Mitten Romney: lol
    (16:16:37) bbyJesus: :'(\
    (16:16:38) Rukzaper: only MAs can start here
    (16:16:39) Alula the Rose: wha
    (16:16:42) Alula the Rose: oh

    (16:16:44) ***************************************************************************************
    (16:16:44) ±Game: Li Q. Assir started a game with theme Medieval!
    (16:16:44) ±Game: Type /Join to enter the game!
    (16:16:44) ***************************************************************************************

    (16:16:44) ±Game: In this old town, the good people need to get rid of creatures like Ghosts, Demons, Witches and even a Cupid! To find them, three Investigators are in the town, but there's a catch: They CANNOT be protected, and only one of them is fully reliable (the other 2 can get wrong inspections or kill their target). Also, be aware of the Village Idiot: They win the game alone if lynched! [MAIN THREATS: Ghost Leader (distract), Demon Leader (poison), Dark Witch (daykill + possible poison), Cupid (convert)]
    (16:16:45) Alula the Rose: why
    (16:16:49) bbyJesus: YAYZ
    (16:16:50) Alula the Rose: urgh
    (16:16:50) ±Game: Rukzaper joined the game!
    (16:16:51) ±Game: bbyJesus joined the game!
    (16:16:52) ±Game: Alula the Rose joined the game!
    (16:16:53) Mitten Romney: cuz MA likes to aboos
    (16:16:54) ±Game: Mitten Romney joined the game!
    (16:16:58) Li Q. Assir: This server is for test only, Alula the Rose
    (16:17:05) Alula the Rose: oh
    (16:17:11) Alula the Rose: so
    (16:17:13) iMasq joined the channel.

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

    (16:17:15) Alula the Rose: uh
    (16:17:20) ±Game: iMasq joined the game!
    (16:17:25) Alula the Rose: nice weather i guess
    (16:17:26) Alula the Rose: -_-
    (16:17:30) Li Q. Assir logged out.
    (16:17:30) ~Unknown~ left the channel.
    (16:17:38) bbyJesus: pplz joinnn
    (16:17:40) bbyJesus: afkyucumber
    (16:17:44) ***************************************************************************************
    (16:17:44) Times Up! :
    (16:17:44) Well, Not Enough Players! :
    (16:17:44) You need at least 8 players to join (Current; 5).
    (16:17:44) ***************************************************************************************
    (16:17:44) bbyJesus: BeastCharizard
    (16:17:49) crimsoncarnage joined the channel.
    (16:17:53) crimsoncarnage left the channel.
    (16:17:54) Alula the Rose: he is afk?
    (16:17:54) crimsoncarnage joined the channel.
    (16:17:56) Alula the Rose: i think
    (16:18:00) BeastCharizard: it will what?
    (16:18:01) Alula the Rose: kyu
    (16:18:04) BeastCharizard: what?
    (16:18:07) iMasq: What is this :3
    (16:18:10) afkyucumber: WAT
    (16:18:17) crimsoncarnage left the channel.
    (16:18:19) Alula the Rose: oh i didnt know kyu was a flash
    (16:18:21) Alula the Rose: XD
    (16:18:25) afkyucumber: it is
    (16:18:26) Alula the Rose: i was saying you were afk

    (16:18:27) ***************************************************************************************
    (16:18:27) ±Game: BeastCharizard started a game with theme Medieval!
    (16:18:27) ±Game: Type /Join to enter the game!
    (16:18:27) ***************************************************************************************

    (16:18:27) ±Game: In this old town, the good people need to get rid of creatures like Ghosts, Demons, Witches and even a Cupid! To find them, three Investigators are in the town, but there's a catch: They CANNOT be protected, and only one of them is fully reliable (the other 2 can get wrong inspections or kill their target). Also, be aware of the Village Idiot: They win the game alone if lynched! [MAIN THREATS: Ghost Leader (distract), Demon Leader (poison), Dark Witch (daykill + possible poison), Cupid (convert)]
    (16:18:29) ±Game: BeastCharizard joined the game!
    (16:18:30) ±Game: Alula the Rose joined the game!
    (16:18:33) BeastCharizard: last test for this theme.
    (16:18:40) afkyucumber: yeah i can read up on the chat log opposed to other people Alula the Rose
    (16:18:43) ±Game: Mitten Romney joined the game!
    (16:18:44) ±Game: afkyucumber joined the game!
    (16:18:47) ±Game: Rukzaper joined the game!
    (16:18:48) ±Game: iMasq joined the game!

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

    (16:19:04) Alula the Rose: er kay
    (16:19:05) ±Game: bbyJesus joined the game!
    (16:19:10) Mewtw0Master joined the channel.
    (16:19:11) Alula the Rose: i dont think we have enough
    (16:19:16) ±Game: Mewtw0Master joined the game!
    (16:19:18) Alula the Rose: wait we do
    (16:19:19) BeastCharizard: we do
    (16:19:28) ***************************************************************************************
    (16:19:28) Times Up! :
    (16:19:28) The Roles have been Decided! :
    (16:19:28) ±Game: You are a Investigator!
    (16:19:28) ±Game: You are investigating the creatures that appear in the town. Use /inspect [name] during the night to find someone's role, but be aware: You cannot be protected during the night, and there's a possibility your inspections won't work properly! If you are attacked during the day, you have a chance to expose your killer.
    (16:19:28) Current Roles: Commoner, Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator, Investigator.
    (16:19:28) Current Players: Alula the Rose, BeastCharizard, Mewtw0Master, Mitten Romney, Rukzaper, afkyucumber, bbyJesus, iMasq.
    (16:19:28) Current Team: Commoner, Commoner, Investigator, Investigator, Investigator
    (16:19:28) Time: Night 1
    (16:19:28) Make your moves, you only have 30 seconds! :
    (16:19:28) ***************************************************************************************
    (16:19:34) ±Game: You have chosen to inspect Alula the Rose!
    (16:19:37) Greedy Eye left the channel.
    (16:19:49) bbyJesus: commoner
    (16:19:58) ***************************************************************************************
    (16:19:58) Times Up! :
    (16:19:58) ±News: Alula the Rose's corpse was found and identified as the Investigator!
    (16:19:58) ±News: Rukzaper's corpse was found and identified as the Commoner!
    (16:19:58) ***************************************************************************************
    (16:19:58) Current Roles: Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator.
    (16:19:58) Current Players: BeastCharizard, Mewtw0Master, Mitten Romney, afkyucumber, bbyJesus, iMasq.
    (16:19:58) Current Team: Commoner, Investigator, Investigator
    (16:19:58) Time: Day 1
    (16:19:58) You have 30 seconds to debate who are the bad guys! :
    (16:19:58) ***************************************************************************************
    (16:20:00) iMasq: Demon minion
    (16:20:06) Mewtw0Master: so pokemon online mauin server is down right :P
    (16:20:15) afkyucumber: no it is back up
    (16:20:17) Alula the Rose left the channel.
    (16:20:21) Mitten Romney: :o
    (16:20:28) bbyJesus: no good
    (16:20:28) ***************************************************************************************
    (16:20:28) Current Roles: Commoner, Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator.
    (16:20:28) Current Players: BeastCharizard, Mewtw0Master, Mitten Romney, afkyucumber, bbyJesus, iMasq.
    (16:20:28) Current Team: Commoner, Investigator, Investigator
    (16:20:28) Time: Day 1
    (16:20:28) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:20:28) ***************************************************************************************
    (16:20:43) ±Game:bbyJesus voted for iMasq!
    (16:20:51) iMasq: ;c
    (16:20:58) ±Game:Mewtw0Master voted for Mitten Romney!
    (16:21:02) ±Game:BeastCharizard voted for Mitten Romney!
    (16:21:02) Sandusky left the channel.
    (16:21:03) ±Game:Mitten Romney voted for iMasq!
    (16:21:04) Mitten Romney: ofc
    (16:21:06) ±Game:afkyucumber voted for iMasq!
    (16:21:09) Mitten Romney: just cuz im white
    (16:21:14) ***************************************************************************************
    (16:21:14) Times Up! :
    (16:21:14) ±News: iMasq (Commoner) was chased by an angry mob and died after 3 hits!
    (16:21:14) Current Roles: Demon Minion, Ghost Minion, Ghost Minion, Investigator, Investigator.
    (16:21:14) Current Players: BeastCharizard, Mewtw0Master, Mitten Romney, afkyucumber, bbyJesus.
    (16:21:14) Current Team: Investigator, Investigator
    (16:21:14) Time: Night 2
    (16:21:14) Make your moves, you only have 30 seconds! :
    (16:21:14) ***************************************************************************************
    (16:21:14) Happy atheist left the channel.
    (16:21:22) Mitten Romney: mafia wins now
    (16:21:23) Mitten Romney: >_>
    (16:21:25) ±Game: You have chosen to inspect bbyJesus!
    (16:21:44) ***************************************************************************************
    (16:21:44) Times Up! :
    (16:21:44) ±News: afkyucumber's corpse was found and identified as the Ghost Minion!
    (16:21:44) ±News: Mewtw0Master's corpse was found and identified as the Investigator!
    (16:21:44) ±Info: bbyJesus is the Demon Minion!!
    (16:21:44) ***************************************************************************************
    (16:21:44) Current Roles: Demon Minion, Ghost Minion, Investigator.
    (16:21:44) Current Players: BeastCharizard, Mitten Romney, bbyJesus.
    (16:21:44) Current Team: Investigator
    (16:21:44) Time: Day 2
    (16:21:44) You have 30 seconds to debate who are the bad guys! :
    (16:21:44) ***************************************************************************************
    (16:21:46) TheUnknownOne left the channel.
    (16:21:48) Mitten Romney: :o
    (16:21:51) Mitten Romney: demon is vigi?
    (16:21:52) Mitten Romney: never knew
    (16:21:53) Mitten Romney: so
    (16:22:11) Mitten Romney: you guys are getting me just cuz im white
    (16:22:12) Mitten Romney: ._.
    (16:22:15) ***************************************************************************************
    (16:22:15) Current Roles: Demon Minion, Ghost Minion, Investigator.
    (16:22:15) Current Players: BeastCharizard, Mitten Romney, bbyJesus.
    (16:22:15) Current Team: Investigator
    (16:22:15) Time: Day 2
    (16:22:15) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:22:15) ***************************************************************************************
    (16:22:42) Mitten Romney: im getting lonely
    (16:22:45) ***************************************************************************************
    (16:22:45) Times Up! :
    (16:22:45) No one was voted off! :
    (16:22:45) ***************************************************************************************
    (16:22:45) Current Roles: Demon Minion, Ghost Minion, Investigator.
    (16:22:45) Current Players: BeastCharizard, Mitten Romney, bbyJesus.
    (16:22:45) Current Team: Investigator
    (16:22:45) Time: Night 3
    (16:22:45) Make your moves, you only have 30 seconds! :
    (16:22:45) ***************************************************************************************
    (16:23:16) ***************************************************************************************
    (16:23:16) Times Up! :
    (16:23:16) *** Welcome to the afterlife!
    (16:23:16) ±News: BeastCharizard's corpse was found and identified as the Investigator!
    (16:23:16) ***************************************************************************************
    (16:23:16) Current Roles: Demon Minion, Ghost Minion.
    (16:23:16) Current Players: Mitten Romney, bbyJesus.
    (16:23:16) Time: Day 3
    (16:23:16) You have 30 seconds to debate who are the bad guys! :
    (16:23:16) ***************************************************************************************
    (16:23:26) Mitten Romney: so...
    (16:23:29) Mitten Romney: who wins?
    (16:23:29) Kurapika left the channel.
    (16:23:33) bbyJesus: mittens v Jesus
    (16:23:42) Mitten Romney: oh i do
    (16:23:42) bbyJesus: Jesus always wins
    (16:23:42) Mitten Romney: g
    (16:23:44) Mitten Romney: g/
    (16:23:46) ***************************************************************************************
    (16:23:46) Current Roles: Demon Minion, Ghost Minion.
    (16:23:46) Current Players: Mitten Romney, bbyJesus.
    (16:23:46) Time: Day 3
    (16:23:46) It's time to vote someone off, type /Vote [name], you only have 30 seconds! :
    (16:23:46) ***************************************************************************************
    (16:23:48) ±Game:bbyJesus voted for Mitten Romney!
    (16:23:49) ±Game:Mitten Romney voted for bbyJesus!
    (16:23:49) ***************************************************************************************
    (16:23:49) Times Up! :
    (16:23:49) No one was voted off! :
    (16:23:49) ***************************************************************************************
    (16:23:49) Current Roles: Demon Minion, Ghost Minion.
    (16:23:49) Current Players: Mitten Romney, bbyJesus.
    (16:23:49) Time: Night 4
    (16:23:49) Make your moves, you only have 30 seconds! :
    (16:23:49) ***************************************************************************************
    (16:24:14) Mitten Romney: nights and days should be turned into a minute
    (16:24:14) Mitten Romney: js
    (16:24:20) ***************************************************************************************
    (16:24:20) Times Up! :
    (16:24:20) ±News: Mitten Romney's corpse was found and identified as the Ghost Minion!
    (16:24:20) ±Game: The Demon Mafia (bbyJesus) have successfully turned the town into a gate to hell!
    (16:24:20) ***************************************************************************************
    [/HIDE]

    I like the dynamic of the investigator. :)
     
    Last edited: Dec 1, 2012
  31. Santa Claws

    Santa Claws Santa Claus

    Joined:
    Sep 27, 2012
    Messages:
    32
    Likes Received:
    0
    According to that log it was 1:1:1...meaning the village won the first game.
     
  32. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    I call targetting/authhate.

    jk jk :P[/HIDE]

    Also, it seems to be very funny, the investigators dinamic is fantastic. Good job :) I couldn't point any issue on our tests.
     
  33. Samphire

    Samphire Too much hard work!

    Joined:
    Jul 31, 2012
    Messages:
    778
    Likes Received:
    158
    It looks like this theme is coming along nicely. It is inventive, and I know you will be receptive if there are any errors that flag up with it. The only things I can think of is that the demon and ghost mafias seem rather uninventive flavour wise, although at the moment I cannot really think of an alternative. So, I shall give you an approve [6].
     
  34. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Oh, the theme got some playtests while I was away :o
    Nice to see people liked even if you didn't get to see the most cool roles.

    Also, by reading those logs, I noticed how fake claiming can be interesting in that game ("I got cleaned by one of the Investigators, BG on me and other Investigators PM me to connect")

    A lazy easy way to make the Ghost and Demon mafia more interesting flavour-wise would be removing the "minions" part from the names and changing "Leader" to something more cool.
     
  35. Zzyzx Road

    Zzyzx Road Member

    Joined:
    Feb 16, 2012
    Messages:
    572
    Likes Received:
    2
    PO Trainer Name:
    Zzyzx Road
    Hey, sorry for slow. As I told you elsewhere I was a bit busy. Great theme, interesting inspector tricks; almost makes me want to go back to theming. The only thing I was going to mention the first time I looked at this was brought up by Drapht some time ago, now it looks amazing. For that I will give you my approval [7].
     
  36. Darkkis

    Darkkis The Superhero of Mafia

    Joined:
    Jun 23, 2010
    Messages:
    228
    Likes Received:
    0
    This is very nice theme, it's so creative I would have never thought about a theme like this. It would definitely be nice to get to play this theme! Hope it gets on Mafia Channel soon and I'll probably visit the Mafia Channel so I can try this and other good themes.

    Also, another reason why I hope this will get approved soon, is that I don't want people to think I created Village Idiot, Mafia Bosses with delayed lynch and Impersonator as they are in my Random theme. (as you know)
     
  37. t3 the third

    t3 the third Member

    Joined:
    Mar 11, 2011
    Messages:
    182
    Likes Received:
    0
    Wait I thought I had already approved this...
    Oh well, it looks great now, I wanted to figure out the Cupid system. :(
    The descriptions are pretty short and easy to read (unlike in certain themes).
    Anyway, approved [9].
     
    Last edited: Dec 15, 2012
  38. Fegelein

    Fegelein The Mechanic

    Joined:
    Feb 6, 2012
    Messages:
    1,068
    Likes Received:
    53
    PO Trainer Name:
    Fegelein
    Everything's been said
    Approve [8]
     
  39. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Two "Approve [7]" =O

    That means it got 9 approvals, enough for the upload, right?
     
  40. Zzyzx Road

    Zzyzx Road Member

    Joined:
    Feb 16, 2012
    Messages:
    572
    Likes Received:
    2
    PO Trainer Name:
    Zzyzx Road
    Asking for thread move
     
Thread Status:
Not open for further replies.