OIC (One in the Chamber) (non-peak)

Discussion in 'Review' started by Scatterbrain, Oct 19, 2013.

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

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    One in the Chamber.

    One in the Chamber. In this theme, each player has one life, one bullet, and a suicide pill. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you can either reload it or camp. Camping supplies you with a bullet, but two turns slower than /reload.

    What makes this theme different from Vepix?

    While it is a kill fest, it's smaller, and you can evade nightkills, and there's a sort of cap for killing (and camping too), since you have to reload.

    Roles:

    (19:57:43) *** *********************************************************************** ***
    (19:57:43) ±Role: Soldier
    (19:57:43) ±Ability:Can either kill, camp or reload their gun at night. Camp is a self protect that can be used every other day, and only once per game. Reload gives them an extra bullet, just in case they shot already with kill. Sided with themselves.
    (19:57:43) ±Players: 1-13 Players
    (19:57:43) *** *********************************************************************** ***

    Theme link: here
    Raw paste is here:
    Code (text):
    1.  
    2. {
    3.     "name": "OIC",
    4.     "altname": "One in the Chamber",
    5.     "threadlink": "null",
    6.     "author": "Matt Ayala",
    7.     "minplayers": 3,
    8.     "summary": "One in the Chamber. In this theme, each player has one life, and one bullet. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you have to /reload. Camping protects you from kills.",
    9.     "ticks": {
    10.         "standby": 20,
    11.         "night": 15
    12.     },
    13.     "nolynch": true,
    14.     "nonPeak": true,
    15.     "sides": [
    16.         {
    17.             "side": "killer1",
    18.             "translation": "Soldier"
    19.         },
    20.         {
    21.             "side": "killer2",
    22.             "translation": "Soldier"
    23.         },
    24.         {
    25.             "side": "killer3",
    26.             "translation": "Soldier"
    27.         },
    28.         {
    29.             "side": "killer4",
    30.             "translation": "Soldier"
    31.         },
    32.         {
    33.             "side": "killer5",
    34.             "translation": "Soldier"
    35.         },
    36.         {
    37.             "side": "killer6",
    38.             "translation": "Soldier"
    39.         },
    40.         {
    41.             "side": "killer7",
    42.             "translation": "Soldier"
    43.         },
    44.         {
    45.             "side": "killer8",
    46.             "translation": "Soldier"
    47.         },
    48.         {
    49.             "side": "killer9",
    50.             "translation": "Soldier"
    51.         },
    52.         {
    53.             "side": "killer10",
    54.             "translation": "Soldier"
    55.         }
    56.     ],
    57.     "roles": [
    58.         {
    59.             "role": "soldier_placeholder",
    60.             "translation": "Soldier",
    61.             "side": "killer1",
    62.             "help": "Placeholder role.",
    63.             "hide": "side",
    64.             "info": "Can either kill, camp or reload their gun at night. Camp is a self protect that can be used every other day, and only twice per game. Reload gives them an extra bullet, just in case they shot already with kill. Sided with themselves."
    65.         },
    66.         {
    67.             "role": "killer1",
    68.             "translation": "Soldier",
    69.             "side": "killer1",
    70.             "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    71.             "hide": true,
    72.             "actions": {
    73.                 "night": {
    74.                     "kill": {
    75.                         "common": "Self",
    76.                         "target": "AnyButSelf",
    77.                         "priority": 2,
    78.                         "charges": 1,
    79.                         "chargesmsg": "NO AMMO",
    80.                         "restrict": [
    81.                             "camp",
    82.                             "reload"
    83.                         ],
    84.                         "pierceChance": 0.08
    85.                     },
    86.                     "reload": {
    87.                         "command": "convert",
    88.                         "initialrecharge": 2,
    89.                         "target": "OnlySelf",
    90.                         "priority": 2,
    91.                         "common": "Self",
    92.                         "newRole": "killer1",
    93.                         "silent": true,
    94.                         "restrict": [
    95.                             "camp",
    96.                             "kill"
    97.                         ]
    98.                     },
    99.                     "camp": {
    100.                         "command": [
    101.                             "protect",
    102.                             "convert"
    103.                         ],
    104.                         "target": "OnlySelf",
    105.                         "priority": 1,
    106.                         "common": "Self",
    107.                         "charges": 1,
    108.                         "chargesmsg": "You're out of breath! Try reloading your gun first!",
    109.                         "restrict": [
    110.                             "reload",
    111.                             "kill"
    112.                         ],
    113.                         "newRole": "killer1_nocamp"
    114.                     }
    115.                 }
    116.             }
    117.         },
    118.         {
    119.             "role": "killer1_nocamp",
    120.             "translation": "Soldier",
    121.             "side": "killer1",
    122.             "help": "Type /Kill to kill someone! After you fired a shot, you can type /Reload to search for spare bullets.",
    123.             "hide": true,
    124.             "actions": {
    125.                 "night": {
    126.                     "kill": {
    127.                         "common": "Self",
    128.                         "target": "AnyButSelf",
    129.                         "priority": 2,
    130.                         "charges": 1,
    131.                         "chargesmsg": "NO AMMO",
    132.                         "restrict": ["reload"],
    133.                         "pierceChance": 0.08,
    134.                         "hide": true
    135.                     },
    136.                     "reload": {
    137.                         "command": "convert",
    138.                         "initialrecharge": 2,
    139.                         "target": "OnlySelf",
    140.                         "priority": 2,
    141.                         "common": "Self",
    142.                         "newRole": "killer1_nocamp",
    143.                         "silent": true,
    144.                         "restrict": [
    145.                             "kill"
    146.                         ],
    147.                         "restrict": ["kill"],
    148.                         "hide": true
    149.                     }
    150.                 }
    151.             }
    152.         },
    153.         {
    154.             "role": "killer2",
    155.             "translation": "Soldier",
    156.             "side": "killer2",
    157.             "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    158.             "hide": true,
    159.             "actions": {
    160.                 "night": {
    161.                     "kill": {
    162.                         "common": "Self",
    163.                         "target": "AnyButSelf",
    164.                         "priority": 2,
    165.                         "charges": 1,
    166.                         "chargesmsg": "NO AMMO",
    167.                         "restrict": [
    168.                             "camp",
    169.                             "reload"
    170.                         ],
    171.                         "pierceChance": 0.08,
    172.                         "hide": true
    173.                     },
    174.                     "reload": {
    175.                         "command": "convert",
    176.                         "initialrecharge": 2,
    177.                         "target": "OnlySelf",
    178.                         "priority": 2,
    179.                         "common": "Self",
    180.                         "newRole": "killer2",
    181.                         "silent": true,
    182.                         "restrict": [
    183.                             "camp",
    184.                             "kill"
    185.                         ],
    186.                         "hide": true
    187.                     },
    188.                     "camp": {
    189.                         "command": [
    190.                             "protect",
    191.                             "convert"
    192.                         ],
    193.                         "target": "OnlySelf",
    194.                         "priority": 1,
    195.                         "common": "Self",
    196.                         "charges": 1,
    197.                         "chargesmsg": "You're out of breath! Try reloading your gun first!",
    198.                         "restrict": [
    199.                             "reload",
    200.                             "kill"
    201.                         ],
    202.                         "newRole": "killer2_nocamp",
    203.                         "hide": true
    204.                     }
    205.                 }
    206.             }
    207.         },
    208.         {
    209.             "role": "killer2_nocamp",
    210.             "translation": "Soldier",
    211.             "side": "killer2",
    212.             "help": "Type /Kill to kill someone! After you fired a shot, you can type /Reload to search for spare bullets.",
    213.             "hide": true,
    214.             "actions": {
    215.                 "night": {
    216.                     "kill": {
    217.                         "common": "Self",
    218.                         "target": "AnyButSelf",
    219.                         "priority": 2,
    220.                         "charges": 1,
    221.                         "chargesmsg": "NO AMMO",
    222.                         "restrict": ["reload"],
    223.                         "pierceChance": 0.08,
    224.                         "hide": true
    225.                     },
    226.                     "reload": {
    227.                         "command": "convert",
    228.                         "initialrecharge": 2,
    229.                         "target": "OnlySelf",
    230.                         "priority": 2,
    231.                         "common": "Self",
    232.                         "newRole": "killer2_nocamp",
    233.                         "silent": true,
    234.                         "restrict": [
    235.                             "kill"
    236.                         ],
    237.                         "restrict": ["kill"],
    238.                         "hide": true
    239.                     }
    240.                 }
    241.             }
    242.         },
    243.         {
    244.             "role": "killer3",
    245.             "translation": "Soldier",
    246.             "side": "killer3",
    247.             "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    248.             "hide": true,
    249.             "actions": {
    250.                 "night": {
    251.                     "kill": {
    252.                         "common": "Self",
    253.                         "target": "AnyButSelf",
    254.                         "priority": 2,
    255.                         "charges": 1,
    256.                         "chargesmsg": "NO AMMO",
    257.                         "restrict": [
    258.                             "camp",
    259.                             "reload"
    260.                         ],
    261.                         "pierceChance": 0.08,
    262.                         "hide": true
    263.                     },
    264.                     "reload": {
    265.                         "command": "convert",
    266.                         "initialrecharge": 2,
    267.                         "target": "OnlySelf",
    268.                         "priority": 2,
    269.                         "common": "Self",
    270.                         "newRole": "killer3",
    271.                         "silent": true,
    272.                         "restrict": [
    273.                             "camp",
    274.                             "kill"
    275.                         ],
    276.                         "hide": true
    277.                     },
    278.                     "camp": {
    279.                         "command": [
    280.                             "protect",
    281.                             "convert"
    282.                         ],
    283.                         "target": "OnlySelf",
    284.                         "priority": 1,
    285.                         "common": "Self",
    286.                         "charges": 1,
    287.                         "chargesmsg": "You're out of breath! Try reloading your gun first!",
    288.                         "restrict": [
    289.                             "reload",
    290.                             "kill"
    291.                         ],
    292.                         "newRole": "killer3_nocamp",
    293.                         "hide": true
    294.                     }
    295.                 }
    296.             }
    297.         },
    298.         {
    299.             "role": "killer3_nocamp",
    300.             "translation": "Soldier",
    301.             "side": "killer3",
    302.             "help": "Type /Kill to kill someone! After you fired a shot, you can type /Reload to search for spare bullets.",
    303.             "hide": true,
    304.             "actions": {
    305.                 "night": {
    306.                     "kill": {
    307.                         "common": "Self",
    308.                         "target": "AnyButSelf",
    309.                         "priority": 2,
    310.                         "charges": 1,
    311.                         "chargesmsg": "NO AMMO",
    312.                         "restrict": ["reload"],
    313.                         "pierceChance": 0.08,
    314.                         "hide": true
    315.                     },
    316.                     "reload": {
    317.                         "command": "convert",
    318.                         "initialrecharge": 2,
    319.                         "target": "OnlySelf",
    320.                         "priority": 2,
    321.                         "common": "Self",
    322.                         "newRole": "killer3_nocamp",
    323.                         "silent": true,
    324.                         "restrict": [
    325.                             "kill"
    326.                         ],
    327.                         "restrict": ["kill"],
    328.                         "hide": true
    329.                     }
    330.                 }
    331.             }
    332.         },
    333.         {
    334.             "role": "killer4",
    335.             "translation": "Soldier",
    336.             "side": "killer4",
    337.             "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    338.             "hide": true,
    339.             "actions": {
    340.                 "night": {
    341.                     "kill": {
    342.                         "common": "Self",
    343.                         "target": "AnyButSelf",
    344.                         "priority": 2,
    345.                         "charges": 1,
    346.                         "chargesmsg": "NO AMMO",
    347.                         "restrict": [
    348.                             "camp",
    349.                             "reload"
    350.                         ],
    351.                         "pierceChance": 0.08,
    352.                         "hide": true
    353.                     },
    354.                     "reload": {
    355.                         "command": "convert",
    356.                         "initialrecharge": 2,
    357.                         "target": "OnlySelf",
    358.                         "priority": 2,
    359.                         "common": "Self",
    360.                         "newRole": "killer4",
    361.                         "silent": true,
    362.                         "restrict": [
    363.                             "camp",
    364.                             "kill"
    365.                         ],
    366.                         "hide": true
    367.                     },
    368.                     "camp": {
    369.                         "command": [
    370.                             "protect",
    371.                             "convert"
    372.                         ],
    373.                         "target": "OnlySelf",
    374.                         "priority": 1,
    375.                         "common": "Self",
    376.                         "charges": 1,
    377.                         "chargesmsg": "You're out of breath! Try reloading your gun first!",
    378.                         "restrict": [
    379.                             "reload",
    380.                             "kill"
    381.                         ],
    382.                         "newRole": "killer4_nocamp",
    383.                         "hide": true
    384.                     }
    385.                 }
    386.             }
    387.         },
    388.         {
    389.             "role": "killer4_nocamp",
    390.             "translation": "Soldier",
    391.             "side": "killer4",
    392.             "help": "Type /Kill to kill someone! After you fired a shot, you can type /Reload to search for spare bullets.",
    393.             "hide": true,
    394.             "actions": {
    395.                 "night": {
    396.                     "kill": {
    397.                         "common": "Self",
    398.                         "target": "AnyButSelf",
    399.                         "priority": 2,
    400.                         "charges": 1,
    401.                         "chargesmsg": "NO AMMO",
    402.                         "restrict": ["reload"],
    403.                         "pierceChance": 0.08,
    404.                         "hide": true
    405.                     },
    406.                     "reload": {
    407.                         "command": "convert",
    408.                         "initialrecharge": 2,
    409.                         "target": "OnlySelf",
    410.                         "priority": 2,
    411.                         "common": "Self",
    412.                         "newRole": "killer4_nocamp",
    413.                         "silent": true,
    414.                         "restrict": [
    415.                             "kill"
    416.                         ],
    417.                         "restrict": ["kill"],
    418.                         "hide": true
    419.                     }
    420.                 }
    421.             }
    422.         },
    423.         {
    424.             "role": "killer5",
    425.             "translation": "Soldier",
    426.             "side": "killer5",
    427.             "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    428.             "hide": true,
    429.             "actions": {
    430.                 "night": {
    431.                     "kill": {
    432.                         "common": "Self",
    433.                         "target": "AnyButSelf",
    434.                         "priority": 2,
    435.                         "charges": 1,
    436.                         "chargesmsg": "NO AMMO",
    437.                         "restrict": [
    438.                             "camp",
    439.                             "reload"
    440.                         ],
    441.                         "pierceChance": 0.08,
    442.                         "hide": true
    443.                     },
    444.                     "reload": {
    445.                         "command": "convert",
    446.                         "initialrecharge": 2,
    447.                         "target": "OnlySelf",
    448.                         "priority": 2,
    449.                         "common": "Self",
    450.                         "newRole": "killer5",
    451.                         "silent": true,
    452.                         "restrict": [
    453.                             "camp",
    454.                             "kill"
    455.                         ],
    456.                         "hide": true
    457.                     },
    458.                     "camp": {
    459.                         "command": [
    460.                             "protect",
    461.                             "convert"
    462.                         ],
    463.                         "target": "OnlySelf",
    464.                         "priority": 1,
    465.                         "common": "Self",
    466.                         "charges": 1,
    467.                         "chargesmsg": "You're out of breath! Try reloading your gun first!",
    468.                         "restrict": [
    469.                             "reload",
    470.                             "kill"
    471.                         ],
    472.                         "newRole": "killer5_nocamp",
    473.                         "hide": true
    474.                     }
    475.                 }
    476.             }
    477.         },
    478.         {
    479.             "role": "killer5_nocamp",
    480.             "translation": "Soldier",
    481.             "side": "killer5",
    482.             "help": "Type /Kill to kill someone! After you fired a shot, you can type /Reload to search for spare bullets.",
    483.             "hide": true,
    484.             "actions": {
    485.                 "night": {
    486.                     "kill": {
    487.                         "common": "Self",
    488.                         "target": "AnyButSelf",
    489.                         "priority": 2,
    490.                         "charges": 1,
    491.                         "chargesmsg": "NO AMMO",
    492.                         "restrict": ["reload"],
    493.                         "pierceChance": 0.08,
    494.                         "hide": true
    495.                     },
    496.                     "reload": {
    497.                         "command": "convert",
    498.                         "initialrecharge": 2,
    499.                         "target": "OnlySelf",
    500.                         "priority": 2,
    501.                         "common": "Self",
    502.                         "newRole": "killer5_nocamp",
    503.                         "silent": true,
    504.                         "restrict": [
    505.                             "kill"
    506.                         ],
    507.                         "restrict": ["kill"],
    508.                         "hide": true
    509.                     }
    510.                 }
    511.             }
    512.         },
    513.         {
    514.             "role": "killer6",
    515.             "translation": "Soldier",
    516.             "side": "killer6",
    517.             "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    518.             "hide": true,
    519.             "actions": {
    520.                 "night": {
    521.                     "kill": {
    522.                         "common": "Self",
    523.                         "target": "AnyButSelf",
    524.                         "priority": 2,
    525.                         "charges": 1,
    526.                         "chargesmsg": "NO AMMO",
    527.                         "restrict": [
    528.                             "camp",
    529.                             "reload"
    530.                         ],
    531.                         "pierceChance": 0.08,
    532.                         "hide": true
    533.                     },
    534.                     "reload": {
    535.                         "command": "convert",
    536.                         "initialrecharge": 2,
    537.                         "target": "OnlySelf",
    538.                         "priority": 2,
    539.                         "common": "Self",
    540.                         "newRole": "killer6",
    541.                         "silent": true,
    542.                         "restrict": [
    543.                             "camp",
    544.                             "kill"
    545.                         ],
    546.                         "hide": true
    547.                     },
    548.                     "camp": {
    549.                         "command": [
    550.                             "protect",
    551.                             "convert"
    552.                         ],
    553.                         "target": "OnlySelf",
    554.                         "priority": 1,
    555.                         "common": "Self",
    556.                         "charges": 1,
    557.                         "chargesmsg": "You're out of breath! Try reloading your gun first!",
    558.                         "restrict": [
    559.                             "reload",
    560.                             "kill"
    561.                         ],
    562.                         "newRole": "killer6_nocamp",
    563.                         "hide": true
    564.                     }
    565.                 }
    566.             }
    567.         },
    568.         {
    569.             "role": "killer6_nocamp",
    570.             "translation": "Soldier",
    571.             "side": "killer6",
    572.             "help": "Type /Kill to kill someone! After you fired a shot, you can type /Reload to search for spare bullets.",
    573.             "hide": true,
    574.             "actions": {
    575.                 "night": {
    576.                     "kill": {
    577.                         "common": "Self",
    578.                         "target": "AnyButSelf",
    579.                         "priority": 2,
    580.                         "charges": 1,
    581.                         "chargesmsg": "NO AMMO",
    582.                         "restrict": ["reload"],
    583.                         "pierceChance": 0.08,
    584.                         "hide": true
    585.                     },
    586.                     "reload": {
    587.                         "command": "convert",
    588.                         "initialrecharge": 2,
    589.                         "target": "OnlySelf",
    590.                         "priority": 2,
    591.                         "common": "Self",
    592.                         "newRole": "killer6_nocamp",
    593.                         "silent": true,
    594.                         "restrict": [
    595.                             "kill"
    596.                         ],
    597.                         "restrict": ["kill"],
    598.                         "hide": true
    599.                     }
    600.                 }
    601.             }
    602.         },
    603.         {
    604.             "role": "killer7",
    605.             "translation": "Soldier",
    606.             "side": "killer7",
    607.             "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    608.             "hide": true,
    609.             "actions": {
    610.                 "night": {
    611.                     "kill": {
    612.                         "common": "Self",
    613.                         "target": "AnyButSelf",
    614.                         "priority": 2,
    615.                         "charges": 1,
    616.                         "chargesmsg": "NO AMMO",
    617.                         "restrict": [
    618.                             "camp",
    619.                             "reload"
    620.                         ],
    621.                         "pierceChance": 0.08,
    622.                         "hide": true
    623.                     },
    624.                     "reload": {
    625.                         "command": "convert",
    626.                         "initialrecharge": 2,
    627.                         "target": "OnlySelf",
    628.                         "priority": 2,
    629.                         "common": "Self",
    630.                         "newRole": "killer7",
    631.                         "silent": true,
    632.                         "restrict": [
    633.                             "camp",
    634.                             "kill"
    635.                         ],
    636.                         "hide": true
    637.                     },
    638.                     "camp": {
    639.                         "command": [
    640.                             "protect",
    641.                             "convert"
    642.                         ],
    643.                         "target": "OnlySelf",
    644.                         "priority": 1,
    645.                         "common": "Self",
    646.                         "charges": 1,
    647.                         "chargesmsg": "You're out of breath! Try reloading your gun first!",
    648.                         "restrict": [
    649.                             "reload",
    650.                             "kill"
    651.                         ],
    652.                         "newRole": "killer7_nocamp",
    653.                         "hide": true
    654.                     }
    655.                 }
    656.             }
    657.         },
    658.         {
    659.             "role": "killer7_nocamp",
    660.             "translation": "Soldier",
    661.             "side": "killer7",
    662.             "help": "Type /Kill to kill someone! After you fired a shot, you can type /Reload to search for spare bullets.",
    663.             "hide": true,
    664.             "actions": {
    665.                 "night": {
    666.                     "kill": {
    667.                         "common": "Self",
    668.                         "target": "AnyButSelf",
    669.                         "priority": 2,
    670.                         "charges": 1,
    671.                         "chargesmsg": "NO AMMO",
    672.                         "restrict": ["reload"],
    673.                         "pierceChance": 0.08,
    674.                         "hide": true
    675.                     },
    676.                     "reload": {
    677.                         "command": "convert",
    678.                         "initialrecharge": 2,
    679.                         "target": "OnlySelf",
    680.                         "priority": 2,
    681.                         "common": "Self",
    682.                         "newRole": "killer7_nocamp",
    683.                         "silent": true,
    684.                         "restrict": [
    685.                             "kill"
    686.                         ],
    687.                         "restrict": ["kill"],
    688.                         "hide": true
    689.                     }
    690.                 }
    691.             }
    692.         },
    693.         {
    694.             "role": "killer8",
    695.             "translation": "Soldier",
    696.             "side": "killer8",
    697.             "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    698.             "hide": true,
    699.             "actions": {
    700.                 "night": {
    701.                     "kill": {
    702.                         "common": "Self",
    703.                         "target": "AnyButSelf",
    704.                         "priority": 2,
    705.                         "charges": 1,
    706.                         "chargesmsg": "NO AMMO",
    707.                         "restrict": [
    708.                             "camp",
    709.                             "reload"
    710.                         ],
    711.                         "pierceChance": 0.08,
    712.                         "hide": true
    713.                     },
    714.                     "reload": {
    715.                         "command": "convert",
    716.                         "initialrecharge": 2,
    717.                         "target": "OnlySelf",
    718.                         "priority": 2,
    719.                         "common": "Self",
    720.                         "newRole": "killer8",
    721.                         "silent": true,
    722.                         "restrict": [
    723.                             "camp",
    724.                             "kill"
    725.                         ],
    726.                         "hide": true
    727.                     },
    728.                     "camp": {
    729.                         "command": [
    730.                             "protect",
    731.                             "convert"
    732.                         ],
    733.                         "target": "OnlySelf",
    734.                         "priority": 1,
    735.                         "common": "Self",
    736.                         "charges": 1,
    737.                         "chargesmsg": "You're out of breath! Try reloading your gun first!",
    738.                         "restrict": [
    739.                             "reload",
    740.                             "kill"
    741.                         ],
    742.                         "newRole": "killer8_nocamp",
    743.                         "hide": true
    744.                     }
    745.                 }
    746.             }
    747.         },
    748.         {
    749.             "role": "killer8_nocamp",
    750.             "translation": "Soldier",
    751.             "side": "killer8",
    752.             "help": "Type /Kill to kill someone! After you fired a shot, you can type /Reload to search for spare bullets.",
    753.             "hide": true,
    754.             "actions": {
    755.                 "night": {
    756.                     "kill": {
    757.                         "common": "Self",
    758.                         "target": "AnyButSelf",
    759.                         "priority": 2,
    760.                         "charges": 1,
    761.                         "chargesmsg": "NO AMMO",
    762.                         "restrict": ["reload"],
    763.                         "pierceChance": 0.08,
    764.                         "hide": true
    765.                     },
    766.                     "reload": {
    767.                         "command": "convert",
    768.                         "initialrecharge": 2,
    769.                         "target": "OnlySelf",
    770.                         "priority": 2,
    771.                         "common": "Self",
    772.                         "newRole": "killer8_nocamp",
    773.                         "silent": true,
    774.                         "restrict": [
    775.                             "kill"
    776.                         ],
    777.                         "restrict": ["kill"],
    778.                         "hide": true
    779.                     }
    780.                 }
    781.             }
    782.         }
    783.     ],
    784.     "roles1": [
    785.         "killer1",
    786.         "killer2",
    787.         "killer3",
    788.         "killer4",
    789.         "killer5",
    790.         "killer6",
    791.         "killer7",
    792.         "killer8"
    793.     ]
    794. }
    795.  
    [/HIDE]
    As protocol with all gimmicky non-peak themes, voting is disabled, and the ticks for both phases have been adjusted (as well as the mandatory "nonPeak" boolean set to true).

    Not to be the cocky one here, but I feel this has a chance in Mafia Review.

    Changelog: Made the cap for players ten. Added a suicide option, which is broadcast to every player, but may be removed soon. Reload now has an initialrecharge. Camp is now a self protect which can only be used twice, and has a recharge.
    Changed players cap from 10 to 8. Fixed the gameplay error with the convert reset charges.
     
    Last edited: Oct 24, 2013
  2. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    oh my god please format the code in the post, lol

    but okay, scanned the paste, pretty simple theme, pretty easy to do, lots of strategy. Not even an outright killfest because it involves so much strategy. I like it, really. But... i'll look to see if there are errors later when im not super tired

    note: if this wasn't nonpeak i'd have to decline outright
     
  3. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    I thought you were just an MA? It doesn't say on your forum badge.
     
  4. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    I'm gonna go yell at someone about that really quick
     
  5. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    I dislike the fact that there's relatively no spacing in the formatted code. I guess that the spacing in regular themes is more readable to me, because if there's a huge wall of text I just find it unappealing (please, tell me I'm not the only one who feels this way). If I could find a better way to present it without linking to a raw, I would.
     
  6. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    I wasn't even going to bother trying to make sense of it before. It looks fine/better now.
     
  7. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    It was literally just a clusterfuck of brackets and parentheses without any spacing yeah it looks a lot better now though
     
  8. Solace

    Solace Member

    Joined:
    Jun 6, 2013
    Messages:
    282
    Likes Received:
    15
    PO Trainer Name:
    Solace
  9. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    :)
    Sore i fourg4t how2 gramr
     
  10. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    Yeah it looks pretty good. If solace didn't find any grammar issues other than that, I doubt i will. Test [2]
     
  11. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    Two tests, one more.
    Thanks Sky Sentinel and Solace. :P
     
  12. Windblown

    Windblown sable knight

    Joined:
    Aug 12, 2012
    Messages:
    841
    Likes Received:
    169
    This might be too long for 13 players because of the ability to selfprotect. I'd say shorten max.
     
  13. Angel Flonne

    Angel Flonne macaron

    Joined:
    Jan 24, 2013
    Messages:
    509
    Likes Received:
    3
    PO Trainer Name:
    Angel Flonne
    I would say that there needs to be a way for dudes to get information, but this type of theme isn't ville/Mafia s everyone is your enemy lol
    Test[3]
     
  14. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    (23:01:13) ±Murkrow: Sky Sentinel added theme OIC.
    ~

    Also, shorten max, yes.
    I usually turn off nonpeaks when it gets to around 11 players anyway, so it might not even ever get to 13
     
  15. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    Thanks for the 3 tests, I promise not to let anyone down. :)

    Directed at Angel Flonne's comment on gathering information, there is really no need for this. If you try killing a camper, oh well, your charge is up, you reload. The strategy really revolves around finding out what other players say. For example, if someone says, Person A was protected! on night 3, and he claims that he started camping that day, then people usually won't touch him for another two turns. So in a very messy chain of events, you are actually gaining an advantage from your teammates by them claiming who they hit. There's no shame in claiming, because everyone's priority is RNGed, and everyone is a killer (except for campers of course).

    Trust had 14 (pretty sure it still does). I don't see any real problems with a big cap. Imagine if it's a borderline time -- meaning technically non-peak would be toggled on and off every other game, depending on the cap of course. This could save a lot of MAs at that time the hassle of typing whatever command that disables non-peak themes.
    Edit: oops, I didn't see your comment Windblown. I will take that into consideration, but I have no logs yet. Currently awaiting non-peak to be enabled.
     
    Last edited: Oct 20, 2013
  16. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    (00:59:12) ±Time: Night 1
    (00:59:12) Make your moves, you only have 5 seconds! :

    Logging cause derp
     
  17. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    (00:59:06) ±Game: Sorry, you have started a game 5 games ago, let someone else have a chance!
    (00:59:09) Sally of Mence: lol

    (00:59:09) ***************************************************************************************
    (00:59:09) ±Game: Windblown started a game with theme OIC (One in the Chamber)!
    (00:59:09) ±Game: Type /Join to enter the game!
    (00:59:09) ***************************************************************************************

    (00:59:09) ±Game: One in the Chamber. In this theme, each player has one life, one bullet, and a suicide pill. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you can either reload it or camp. Camping supplies you with a bullet, but two turns slower than /reload.
    (00:59:09) ±Game: Windblown joined the game!
    (00:59:10) Kitteh Luvin: Quick game.
    (00:59:10) Konoha Roll: hi5 team
    (00:59:11) ±Game: Sally of Mence joined the game!
    (00:59:12) Windblown: let's get it
    (00:59:12) ±Game: Dannyboy556 joined the game!
    (00:59:13) ±Game: Matt Ayala joined the game!
    (00:59:13) Konoha Roll: we were awesome
    (00:59:14) ±Game: Kitteh Luvin joined the game!
    (00:59:14) Matt Ayala: thank you.
    (00:59:15) ±Game: Sky Sentinel joined the game!
    (00:59:15) ±Game: Konoha Roll joined the game!
    (00:59:15) ±Game: TheGreatOldOne joined the game!
    (00:59:16) ±Game: Not Kefka joined the game!
    (00:59:16) Karp Karpity: i said it faster than Konoha Roll btw
    (00:59:19) ±Game: Karp Karpity joined the game!
    (00:59:19) ±Game: Magmarex joined the game!
    (00:59:21) Matt Ayala: (00:59:06) ±Game: Sorry, you have started a game 5 games ago, let someone else have a chance!
    (00:59:21) ±Game: Joeypals joined the game!
    (00:59:22) Sky Sentinel: inb4 caps
    (00:59:22) Karp Karpity: that TheGreatOldOne was bad
    (00:59:24) Dannyboy556: thought i had em x.x y did u have to kill the greatone?! lol
    (00:59:24) ±Game: Suika joined the game!
    (00:59:25) ***************************************************************************************
    (00:59:25) Times Up! :
    (00:59:25) The Roles have been Decided! :
    (00:59:25) ±Game: You are a Soldier!
    (00:59:25) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! You have to wait two nights to do this, though! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (00:59:25) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (00:59:25) ±Current Players: Dannyboy556, Joeypals, Karp Karpity, Kitteh Luvin, Konoha Roll, Magmarex, Matt Ayala, Not Kefka, Sally of Mence, Sky Sentinel, Suika, TheGreatOldOne, Windblown.
    (00:59:25) ±Current Team: Soldier
    (00:59:25) ±Time: Night 1
    (00:59:25) Make your moves, you only have 5 seconds! :
    (00:59:25) ***************************************************************************************
    (00:59:30) ***************************************************************************************
    (00:59:30) Times Up! :
    (00:59:30) No one died! :
    (00:59:30) ***************************************************************************************
    (00:59:30) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (00:59:30) ±Current Players: Dannyboy556, Joeypals, Karp Karpity, Kitteh Luvin, Konoha Roll, Magmarex, Matt Ayala, Not Kefka, Sally of Mence, Sky Sentinel, Suika, TheGreatOldOne, Windblown.
    (00:59:30) ±Current Team: Soldier
    (00:59:30) ±Time: Day 1
    (00:59:30) You have 35 seconds to debate who are the bad guys! :
    (00:59:30) ***************************************************************************************
    (00:59:30) Sky Sentinel: fuck's sake
    (00:59:31) Joeypals: Oh right, Matt Ayala's newtheme
    (00:59:34) Windblown: wat
    (00:59:34) Sally of Mence: What
    (00:59:35) Matt Ayala: What?
    (00:59:35) Karp Karpity: 5 seconds?
    (00:59:36) Sally of Mence: No one died
    (00:59:37) Konoha Roll: 5 secs to act?
    (00:59:37) Konoha Roll: Man
    (00:59:38) Magmarex: :O
    (00:59:38) Joeypals: *new theme
    (00:59:40) Sky Sentinel: oh
    (00:59:40) Windblown: nice 5 seconds Matt Ayala
    (00:59:45) Sky Sentinel: ./end?
    (00:59:45) Sally of Mence: oh I see
    (00:59:48) Matt Ayala: End it
    (00:59:48) Sky Sentinel: cause bORK
    (00:59:50) ***************************************************************************************
    (00:59:50) ±Game: Sky Sentinel has stopped the game!
    (00:59:50) ***************************************************************************************[/HIDE]

    Does this mean I win??
     
    Last edited: Oct 20, 2013
  18. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    From this log I can already tell that Soldier is OP.

    This rollercoaster peak is really getting on my nerves. I really want to play this before I go to sleep.
     
  19. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    :/ killed n1, I was destined to die anyway.
    (02:13:07) ***************************************************************************************
    (02:13:07) ±Game: Matt Ayala started a game with theme OIC (One in the Chamber)!
    (02:13:07) ±Game: Type /Join to enter the game!
    (02:13:07) ***************************************************************************************

    (02:13:07) ±Game: One in the Chamber. In this theme, each player has one life, one bullet, and a suicide pill. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you can either reload it or camp. Camping supplies you with a bullet, but two turns slower than /reload.
    (02:13:07) ±Game: Matt Ayala joined the game!
    (02:13:08) Sally of Mence: lol
    (02:13:09) bbyJesus: :(
    (02:13:10) Noibat: noo
    (02:13:11) Sally of Mence: NotKefka
    (02:13:12) ±Game: Noibat joined the game!
    (02:13:14) ±Game: bbyJesus joined the game!
    (02:13:15) Sally of Mence: ends up being Kefka
    (02:13:17) ±Game: Not Kefka joined the game!
    (02:13:18) ±Game: Sally of Mence joined the game!
    (02:13:19) bbyJesus: waht is OIC?
    (02:13:20) ±Game: Rentorar joined the game!
    (02:13:21) Not Kefka: :D
    (02:13:23) Sally of Mence: one in the chamber
    (02:13:23) Matt Ayala: One in the Chamber.
    (02:13:31) Matt Ayala: In this theme, each player has one life, one bullet, and a suicide pill. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you can either reload it or camp. Camping supplies you with a bullet, but two turns slower than /reload.
    (02:13:31) bbyJesus: yeah thanks Matt Ayala

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

    (02:13:44) Matt Ayala: Oh, I forgot to implement the suicide feature.
    (02:13:48) Noibat: new theme?
    (02:13:49) bbyJesus: is it made to sound like Oh, I see!
    (02:13:51) Matt Ayala: it would broadcast to everyone.
    (02:13:53) Matt Ayala: Nah
    (02:13:56) Arachne changed names and is now known as PIA.
    (02:14:02) bbyJesus: it would be cool if it did
    (02:14:07) bbyJesus: but now im uninterested
    (02:14:08) ***************************************************************************************
    (02:14:08) Times Up! :
    (02:14:08) The Roles have been Decided! :
    (02:14:08) ±Game: You are a Soldier!
    (02:14:08) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! You have to wait two nights to do this, though! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (02:14:08) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (02:14:08) ±Current Players: Matt Ayala, Noibat, Not Kefka, Rentorar, Sally of Mence, bbyJesus.
    (02:14:08) ±Current Team: Soldier
    (02:14:08) ±Time: Night 1
    (02:14:08) Make your moves, you only have 35 seconds! :
    (02:14:08) ***************************************************************************************
    (02:14:10) Sky Sentinel: woww
    (02:14:11) ±CommandBot: The command campt doesn't exist
    (02:14:13) ±Game: You cannot use this action for 2 night(s)!
    (02:14:15) Sky Sentinel: im gonna kill myself
    (02:14:17) ±Game: You have chosen to reload Matt Ayala!
    (02:14:26) Sally of Mence: inb4 only i die
    (02:14:28) Matt Ayala: oops, I used reload.
    (02:14:42) Matt Ayala: I should put an initialrecharge on that. :x
    (02:14:43) ***************************************************************************************
    (02:14:43) Times Up! :
    (02:14:43) ±Game: You were killed during the night!
    (02:14:43) ±Kill: Matt Ayala (Soldier) died!
    (02:14:43) ±Kill: Rentorar (Soldier) died!
    (02:14:43) ±Kill: Not Kefka (Soldier) died!
    (02:14:43) ***************************************************************************************
    (02:14:43) ±Current Roles: Soldier, Soldier, Soldier.
    (02:14:43) ±Current Players: Noibat, Sally of Mence, bbyJesus.
    (02:14:43) ±Time: Day 1
    (02:14:43) You have 5 seconds to debate who are the bad guys! :
    (02:14:43) ***************************************************************************************
    (02:14:46) bbyJesus: :O
    (02:14:47) Sally of Mence: What a twist
    (02:14:47) ***************************************************************************************
    (02:14:47) ±Current Roles: Soldier, Soldier, Soldier.
    (02:14:47) ±Current Players: Noibat, Sally of Mence, bbyJesus.
    (02:14:47) ±Time: Night 2
    (02:14:47) Make your moves, you only have 35 seconds! :
    (02:14:47) ***************************************************************************************
    (02:15:22) ***************************************************************************************
    (02:15:23) Times Up! :
    (02:15:23) No one died! :
    (02:15:23) ***************************************************************************************
    (02:15:23) ±Current Roles: Soldier, Soldier, Soldier.
    (02:15:23) ±Current Players: Noibat, Sally of Mence, bbyJesus.
    (02:15:23) ±Time: Day 2
    (02:15:23) You have 5 seconds to debate who are the bad guys! :
    (02:15:23) ***************************************************************************************
    (02:15:28) ***************************************************************************************
    (02:15:28) ±Current Roles: Soldier, Soldier, Soldier.
    (02:15:28) ±Current Players: Noibat, Sally of Mence, bbyJesus.
    (02:15:28) ±Time: Night 3
    (02:15:28) Make your moves, you only have 35 seconds! :
    (02:15:28) ***************************************************************************************
    (02:15:30) Sally of Mence: lol.
    (02:15:40) Sally of Mence: Dun't do it
    (02:15:57) bbyJesus: i miss vepix
    (02:16:02) ***************************************************************************************
    (02:16:02) Times Up! :
    (02:16:02) No one died! :
    (02:16:02) ***************************************************************************************
    (02:16:02) ±Current Roles: Soldier, Soldier, Soldier.
    (02:16:02) ±Current Players: Noibat, Sally of Mence, bbyJesus.
    (02:16:03) ±Time: Day 3
    (02:16:03) You have 5 seconds to debate who are the bad guys! :
    (02:16:03) ***************************************************************************************
    (02:16:07) ***************************************************************************************
    (02:16:07) ±Current Roles: Soldier, Soldier, Soldier.
    (02:16:07) ±Current Players: Noibat, Sally of Mence, bbyJesus.
    (02:16:07) ±Time: Night 4
    (02:16:07) Make your moves, you only have 35 seconds! :
    (02:16:08) ***************************************************************************************
    (02:16:22) Sally of Mence: I'm dead
    (02:16:26) bbyJesus: no
    (02:16:34) Noibat: no
    (02:16:38) Sally of Mence: yes
    (02:16:40) bbyJesus: no
    (02:16:42) ***************************************************************************************
    (02:16:42) Times Up! :
    (02:16:42) No one died! :
    (02:16:42) ***************************************************************************************
    (02:16:42) ±Current Roles: Soldier, Soldier, Soldier.
    (02:16:43) ±Current Players: Noibat, Sally of Mence, bbyJesus.
    (02:16:43) ±Time: Day 4
    (02:16:43) You have 5 seconds to debate who are the bad guys! :
    (02:16:43) ***************************************************************************************
    (02:16:48) ***************************************************************************************
    (02:16:48) ±Current Roles: Soldier, Soldier, Soldier.
    (02:16:48) ±Current Players: Noibat, Sally of Mence, bbyJesus.
    (02:16:48) ±Time: Night 5
    (02:16:48) Make your moves, you only have 35 seconds! :
    (02:16:48) ***************************************************************************************
    (02:17:07) Sally of Mence: I'm having trouble camping.
    (02:17:15) bbyJesus: my tent keeps falling down
    (02:17:22) ***************************************************************************************
    (02:17:22) Times Up! :
    (02:17:22) ±Kill: Sally of Mence (Soldier) died!
    (02:17:22) ***************************************************************************************
    (02:17:23) ±Current Roles: Soldier, Soldier.
    (02:17:23) ±Current Players: Noibat, bbyJesus.
    (02:17:23) ±Time: Day 5
    (02:17:23) You have 5 seconds to debate who are the bad guys! :
    (02:17:23) ***************************************************************************************
    (02:17:27) bbyJesus: ugh
    (02:17:27) ***************************************************************************************
    (02:17:27) ±Current Roles: Soldier, Soldier.
    (02:17:27) ±Current Players: Noibat, bbyJesus.
    (02:17:27) ±Time: Night 6
    (02:17:28) Make your moves, you only have 35 seconds! :
    (02:17:28) ***************************************************************************************
    (02:17:32) bbyJesus: have u played this before
    (02:17:43) Noibat: me?
    (02:17:47) bbyJesus: no
    (02:17:50) bbyJesus: the other person playing
    (02:17:58) Sky Sentinel: rofl
    (02:18:02) ***************************************************************************************
    (02:18:02) Times Up! :
    (02:18:02) ±Kill: bbyJesus (Soldier) died!
    (02:18:03) ±Game: The Soldier (Noibat) wins!
    (02:18:03) ***************************************************************************************[/HIDE]
    edits were made after this game; refer to changelog above in the first post.
     
  20. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Another FFA game that promotes targetting and popularity (as well as anti-popularity). Stay quiet and in the back to win, no tactics involved other than luck. Decline [1]
     
  21. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    If you get targetted frequently, speak to someone like an MA about it (obviously). I know you're trying to say it "promotes" targetting but targetting isn't really an issue in the community right now, as opposed to a year ago. Timing of your actions (kill, camp, reload) very well affects the game's outcome, such as in Call of Duty. Let's face it, nothing in mafia is 100% strategy. I feel that having at least one free-killing themes gives us a break from the standard setup of connecting with teammates (and obviously not killing them, lol).
    For example, this readlog: (thanks Stocke)

    *** NIGHT PHASE 1 ***
    Obito Uchiha used: /kill Matt Ayala
    Matt Ayala used: /camp Matt Ayala
    Arcaeil Sohel used: /kill Obito Uchiha
    *** STANDBY PHASE 1 ***
    *** NIGHT PHASE 2 ***
    Matt Ayala used: /kill Arcaeil Sohel
    Roild used: /camp Roild, /kill Arcaeil Sohel
    *** STANDBY PHASE 2 ***
    *** NIGHT PHASE 3 ***
    Matt Ayala used: /reload Matt Ayala
    *** STANDBY PHASE 3 ***
    *** NIGHT PHASE 4 ***
    Matt Ayala used: /kill Roild
    Roild used: /kill Matt Ayala
    *** GAME END ***
    Winners: Soldier (Roild)

    Accompanied by this log:

    (12:41:27) ***************************************************************************************
    (12:41:27) ±Game: Matt Ayala started a game with theme OIC (One in the Chamber)!
    (12:41:27) ±Game: Type /Join to enter the game!
    (12:41:27) ***************************************************************************************

    (12:41:27) ±Game: One in the Chamber. In this theme, each player has one life, one bullet, and a suicide pill. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you can either reload it or camp. Camping supplies you with a bullet, but two turns slower than /reload.
    (12:41:27) ±Game: Matt Ayala joined the game!
    (12:41:30) ±Game: Meway joined the game!
    (12:41:30) ±Game: Obito Uchiha joined the game!
    (12:41:34) ±Game: Arcaeil Sohel joined the game!
    (12:41:38) Obito Uchiha: that's your theme Matt Ayala?
    (12:41:42) Norton.: i loved
    (12:41:44) Norton.: the genie slay
    (12:41:46) Matt Ayala: Yes, let's see how well it goes this time.
    (12:41:53) Roild: Meway, don't join this game
    (12:41:55) Roild: You were slain.

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

    (12:41:57) Boosting. changed names and is now known as Niggersby.
    (12:42:03) Norton.: #yolo
    (12:42:04) Norton.: #join
    (12:42:05) ±Murkrow: Meway was taken out from the game by S​tocke!
    (12:42:07) Obito Uchiha: do /unjoin Meway
    (12:42:08) Meway: ._.
    (12:42:09) Obito Uchiha: lol
    (12:42:10) ±Game: Roild joined the game!
    (12:42:14) Norton.: bye meway
    (12:42:18) Meway: netxt game then
    (12:42:21) Meway: next
    (12:42:23) Hehe Boi changed names and is now known as Boosting..
    (12:42:26) ***************************************************************************************
    (12:42:26) Times Up! :
    (12:42:26) The Roles have been Decided! :
    (12:42:26) ±Game: You are a Soldier!
    (12:42:26) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! You have to wait two nights to do this, though! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (12:42:26) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (12:42:26) ±Current Players: Arcaeil Sohel, Matt Ayala, Obito Uchiha, Roild.
    (12:42:26) ±Current Team: Soldier
    (12:42:26) ±Time: Night 1
    (12:42:26) Make your moves, you only have 35 seconds! :
    (12:42:26) ***************************************************************************************
    (12:42:31) Obito Uchiha: vepix?
    (12:42:33) Matt Ayala: Guess what role I am
    (12:42:37) Matt Ayala: No, you get to self protect
    (12:42:42) Matt Ayala: with /camp
    (12:42:43) ±Game: You have chosen to camp Matt Ayala!
    (12:42:44) Roild: I see.
    (12:42:45) Obito Uchiha: i said it to annoy you
    (12:42:46) Obito Uchiha: ikr
    (12:42:54) Matt Ayala: ;)
    (12:43:01) ***************************************************************************************
    (12:43:01) Times Up! :
    (12:43:01) ±Game: You can camp 1 more times.
    (12:43:01) ±Kill: Obito Uchiha (Soldier) died!
    (12:43:01) ***************************************************************************************
    (12:43:01) ±Current Roles: Soldier, Soldier, Soldier.
    (12:43:01) ±Current Players: Arcaeil Sohel, Matt Ayala, Roild.
    (12:43:01) ±Current Team: Soldier
    (12:43:01) ±Time: Day 1
    (12:43:01) You have 5 seconds to debate who are the bad guys! :
    (12:43:01) ***************************************************************************************
    (12:43:08) ***************************************************************************************
    (12:43:08) ±Current Roles: Soldier, Soldier, Soldier.
    (12:43:08) ±Current Players: Arcaeil Sohel, Matt Ayala, Roild.
    (12:43:08) ±Current Team: Soldier
    (12:43:08) ±Time: Night 2
    (12:43:08) Make your moves, you only have 35 seconds! :
    (12:43:08) ***************************************************************************************
    (12:43:14) ±Hint: That person is not playing!
    (12:43:22) ±Game: You have chosen to kill Arcaeil Sohel!
    (12:43:41) Tomoko changed names and is now known as Hannah.
    (12:43:43) ***************************************************************************************
    (12:43:43) Times Up! :
    (12:43:43) ±Game: NO AMMO
    (12:43:43) ±Kill: Arcaeil Sohel (Soldier) died!
    (12:43:43) ***************************************************************************************
    (12:43:43) ±Current Roles: Soldier, Soldier.
    (12:43:43) ±Current Players: Matt Ayala, Roild.
    (12:43:43) ±Current Team: Soldier
    (12:43:43) ±Time: Day 2
    (12:43:43) You have 5 seconds to debate who are the bad guys! :
    (12:43:43) ***************************************************************************************
    (12:43:48) ***************************************************************************************
    (12:43:48) ±Current Roles: Soldier, Soldier.
    (12:43:48) ±Current Players: Matt Ayala, Roild.
    (12:43:48) ±Current Team: Soldier
    (12:43:48) ±Time: Night 3
    (12:43:48) Make your moves, you only have 35 seconds! :
    (12:43:48) ***************************************************************************************
    (12:43:48) Matt Ayala: >no ammo
    (12:43:53) ±Game: You have chosen to reload Matt Ayala!
    (12:44:17) Roild: k
    (12:44:26) Matt Ayala: shoots me anyways
    (12:44:28) Matt Ayala: pfft.
    (12:44:29) ***************************************************************************************
    (12:44:29) Times Up! :
    (12:44:29) ±Game: You have been converted and changed roles!
    (12:44:29) ±Game: You are a Soldier!
    (12:44:29) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! You have to wait two nights to do this, though! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (12:44:29) No one died! :
    (12:44:29) ***************************************************************************************
    (12:44:29) ±Current Roles: Soldier, Soldier.
    (12:44:29) ±Current Players: Matt Ayala, Roild.
    (12:44:29) ±Current Team: Soldier
    (12:44:29) ±Time: Day 3
    (12:44:29) You have 5 seconds to debate who are the bad guys! :
    (12:44:29) ***************************************************************************************
    (12:44:32) Matt Ayala: Oh?
    (12:44:34) ***************************************************************************************
    (12:44:34) ±Current Roles: Soldier, Soldier.
    (12:44:34) ±Current Players: Matt Ayala, Roild.
    (12:44:34) ±Current Team: Soldier
    (12:44:34) ±Time: Night 4
    (12:44:34) Make your moves, you only have 35 seconds! :
    (12:44:34) ***************************************************************************************
    (12:44:35) Roild: Hm?
    (12:44:36) ±Game: You have chosen to kill Roild!
    (12:44:39) Matt Ayala: Now, it's up to RNG
    (12:44:41) Matt Ayala: to decide
    (12:44:50) Roild: I forgot what phase it was
    (12:44:55) Roild: Thought it was day
    (12:45:10) ***************************************************************************************
    (12:45:10) Times Up! :
    (12:45:10) ±Game: You were killed during the night!
    (12:45:10) ±Kill: Matt Ayala (Soldier) died!
    (12:45:10) ±Game: The Soldier (Roild) wins!
    (12:45:10) ***************************************************************************************
    (12:45:10) Roild: also reviewed it
    (12:45:20) Matt Ayala: Let me check
    (12:45:21) Matt Ayala: GG
    (12:45:24) Roild: Eh.
    (12:45:30) QsDark: slay me then
    (12:45:32) Arcaeil Sohel: i had a camp but ddnt know there isnt a voting phase
    (12:45:34) Withoutatrace: what
    (12:45:40) QsDark: can i have a slay please
    (12:45:43) QsDark: even though i ha vent joined
    (12:45:50) Roild: Yes, QsDark
    (12:45:53) Roild: Don't join next game.
    (12:45:53) Obito Uchiha: this is a better vepix
    (12:45:53) +Stocke: I don't like leaving the result of a game to RNg
    (12:46:07) *** QsDark Has been slayed by Rolid
    (12:46:09) Roild: Unless it is actually rng
    [/HIDE]
    If I had not suspected Obicho (or anyone in general) would kill me, then why would I have camped? I'm not saying you have to have this extraordinary power predicting the future, I'm just saying, what's life, rather Mafia, without a little bit of luck?

    (13:00:30) ***************************************************************************************
    (13:00:30) ±Game: Arcaeil Sohel started a game with theme OIC (One in the Chamber)!
    (13:00:30) ±Game: Type /Join to enter the game!
    (13:00:30) ***************************************************************************************

    (13:00:30) ±Game: One in the Chamber. In this theme, each player has one life, one bullet, and a suicide pill. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you can either reload it or camp. Camping supplies you with a bullet, but two turns slower than /reload.
    (13:00:30) ±Game: Arcaeil Sohel joined the game!
    (13:00:34) ±Game: obey to Kyubey joined the game!
    (13:00:36) ±Game: Meh joined the game!
    (13:00:38) Meh: lgi
    (13:00:39) Arcaeil Sohel: best theme OIC
    (13:00:40) ±Game: PKMNChampionRed joined the game!
    (13:00:44) Meh: what's with the suicide pill
    (13:00:46) Meh: why can't I suicide
    (13:00:47) PKMNChampionRed: mafia is dead
    (13:00:55) Meh: //suicide command pls

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

    (13:01:30) ***************************************************************************************
    (13:01:30) Times Up! :
    (13:01:30) The Roles have been Decided! :
    (13:01:30) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (13:01:30) ±Current Players: Arcaeil Sohel, Meh, PKMNChampionRed, obey to Kyubey.
    (13:01:30) ±Time: Night 1
    (13:01:30) Make your moves, you only have 35 seconds! :
    (13:01:30) ***************************************************************************************
    (13:01:38) Meh: Soldier here
    (13:01:41) Meh: i know you don't believe me
    (13:01:44) Meh: but I really am soldier
    (13:01:47) Arcaeil Sohel: General here
    (13:01:49) Arcaeil Sohel: bg me meh
    (13:02:07) ***************************************************************************************
    (13:02:07) Times Up! :
    (13:02:07) ±Kill: Meh (Soldier) died!
    (13:02:07) ±Kill: PKMNChampionRed (Soldier) died!
    (13:02:07) ***************************************************************************************
    (13:02:07) ±Current Roles: Soldier, Soldier.
    (13:02:07) ±Current Players: Arcaeil Sohel, obey to Kyubey.
    (13:02:07) ±Time: Day 1
    (13:02:07) You have 5 seconds to debate who are the bad guys! :
    (13:02:07) ***************************************************************************************
    (13:02:12) ***************************************************************************************
    (13:02:12) ±Current Roles: Soldier, Soldier.
    (13:02:12) ±Current Players: Arcaeil Sohel, obey to Kyubey.
    (13:02:12) ±Time: Night 2
    (13:02:12) Make your moves, you only have 35 seconds! :
    (13:02:12) ***************************************************************************************
    (13:02:33) Arcaeil Sohel: killing
    (13:02:36) Arcaeil Sohel: lucky have a bullet
    (13:02:37) obey to Kyubey: camping
    (13:02:50) ***************************************************************************************
    (13:02:50) Times Up! :
    (13:02:50) ±Kill: Arcaeil Sohel (Soldier) died!
    (13:02:50) ±Game: The Soldier (obey to Kyubey) wins!
    (13:02:50) ***************************************************************************************
    [/HIDE]
    Added another log. MAs win, twice in a row. Coincidence? I think not.

    (13:12:42) ***************************************************************************************
    (13:12:42) Times Up! :
    (13:12:42) The Roles have been Decided! :
    (13:12:42) ±Game: You are a Soldier!
    (13:12:42) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! You have to wait two nights to do this, though! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (13:12:42) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (13:12:42) ±Current Players: Arcaeil Sohel, Matt Ayala, Purplefish123, SSJ Trunks, Yveltal the BOLT, ajhockeystar.
    (13:12:42) ±Current Team: Soldier
    (13:12:42) ±Time: Night 1
    (13:12:42) Make your moves, you only have 35 seconds! :
    (13:12:42) ***************************************************************************************
    (13:12:50) ±Game: You have chosen to camp Matt Ayala!
    (13:12:57) Matt Ayala: Kill me, and waste all your bullets. ;)
    (13:13:03) Purplefish123: Lol
    (13:13:04) Matt Ayala: Well, not that you have more than 1.
    (13:13:04) Yveltal the BOLT: Camping
    (13:13:17) ***************************************************************************************
    (13:13:17) Times Up! :
    (13:13:17) ±Game: You can camp 1 more times.
    (13:13:17) No one died! :
    (13:13:17) ***************************************************************************************
    (13:13:17) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (13:13:17) ±Current Players: Arcaeil Sohel, Matt Ayala, Purplefish123, SSJ Trunks, Yveltal the BOLT, ajhockeystar.
    (13:13:17) ±Current Team: Soldier
    (13:13:17) ±Time: Day 1
    (13:13:17) You have 5 seconds to debate who are the bad guys! :
    (13:13:17) ***************************************************************************************
    (13:13:22) ***************************************************************************************
    (13:13:22) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (13:13:22) ±Current Players: Arcaeil Sohel, Matt Ayala, Purplefish123, SSJ Trunks, Yveltal the BOLT, ajhockeystar.
    (13:13:22) ±Current Team: Soldier
    (13:13:22) ±Time: Night 2
    (13:13:22) Make your moves, you only have 35 seconds! :
    (13:13:22) ***************************************************************************************
    (13:13:24) Arcaeil Sohel: all camped
    (13:13:25) Arcaeil Sohel: lolol
    (13:13:27) ±Game: You have chosen to kill Purplefish123!
    (13:13:31) Matt Ayala: Or hit campers.
    (13:13:32) Yveltal the BOLT: amazing
    (13:13:32) Purplefish123: This is funny
    (13:13:41) Matt Ayala: This is like OIC in Call of Duty
    (13:13:46) Purplefish123: Yeah
    (13:13:49) Matt Ayala: except instead of 3 lives you have
    (13:13:50) Matt Ayala: 1
    (13:13:55) Yveltal the BOLT: ^
    (13:13:57) ***************************************************************************************
    (13:13:57) Times Up! :
    (13:13:57) ±Game: NO AMMO
    (13:13:57) ±Kill: Purplefish123 (Soldier) died!
    (13:13:57) ±Kill: Yveltal the BOLT (Soldier) died!
    (13:13:57) ***************************************************************************************
    (13:13:57) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (13:13:57) ±Current Players: Arcaeil Sohel, Matt Ayala, SSJ Trunks, ajhockeystar.
    (13:13:57) ±Current Team: Soldier
    (13:13:57) ±Time: Day 2
    (13:13:57) You have 5 seconds to debate who are the bad guys! :
    (13:13:57) ***************************************************************************************
    (13:14:02) ***************************************************************************************
    (13:14:02) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (13:14:02) ±Current Players: Arcaeil Sohel, Matt Ayala, SSJ Trunks, ajhockeystar.
    (13:14:02) ±Current Team: Soldier
    (13:14:02) ±Time: Night 3
    (13:14:02) Make your moves, you only have 35 seconds! :
    (13:14:02) ***************************************************************************************
    (13:14:04) ±Game: You have chosen to reload Matt Ayala!
    (13:14:37) ***************************************************************************************
    (13:14:37) Times Up! :
    (13:14:37) ±Game: You were killed during the night!
    (13:14:37) ±Kill: Matt Ayala (Soldier) died!
    (13:14:37) ***************************************************************************************
    (13:14:37) ±Current Roles: Soldier, Soldier, Soldier.
    (13:14:37) ±Current Players: Arcaeil Sohel, SSJ Trunks, ajhockeystar.
    (13:14:37) ±Time: Day 3
    (13:14:37) You have 5 seconds to debate who are the bad guys! :
    (13:14:37) ***************************************************************************************
    (13:14:42) ***************************************************************************************
    (13:14:42) ±Current Roles: Soldier, Soldier, Soldier.
    (13:14:42) ±Current Players: Arcaeil Sohel, SSJ Trunks, ajhockeystar.
    (13:14:42) ±Time: Night 4
    (13:14:42) Make your moves, you only have 35 seconds! :
    (13:14:42) ***************************************************************************************
    (13:14:42) ajhockeystar: oooh

    (13:14:53) *** MAFIA SUPER ADMINS ***
    (13:14:53) beast
    (13:14:53) fuzzy

    (13:14:53) *** AUTH MAFIA ADMINS ***
    (13:14:53) draconinja
    (13:14:53) Hannah
    (13:14:53) Stocke

    (13:14:53) *** MAFIA ADMINS ***
    (13:14:53) Daybreak
    (13:14:53) hopkirk
    (13:14:53) human destroyer
    (13:14:53) jhenmohran
    (13:14:53) Katy Perry
    (13:14:53) obey to kyubey
    (13:14:53) PIA
    (13:14:53) Roild
    (13:14:53) sky sentinel
    (13:14:53) solace
    (13:14:53) windblown
    (13:14:53) Withoutatrace
    (13:14:53) zerowaltz

    (13:15:01) SSJ Trunks: SSJ Trunks can't die.
    (13:15:22) ***************************************************************************************
    (13:15:22) Times Up! :
    (13:15:22) No one died! :
    (13:15:22) ***************************************************************************************
    (13:15:22) ±Current Roles: Soldier, Soldier, Soldier.
    (13:15:22) ±Current Players: Arcaeil Sohel, SSJ Trunks, ajhockeystar.
    (13:15:22) ±Time: Day 4
    (13:15:22) You have 5 seconds to debate who are the bad guys! :
    (13:15:22) ***************************************************************************************
    (13:15:27) Arcaeil Sohel: all aimed at me
    (13:15:27) ***************************************************************************************
    (13:15:27) ±Current Roles: Soldier, Soldier, Soldier.
    (13:15:27) ±Current Players: Arcaeil Sohel, SSJ Trunks, ajhockeystar.
    (13:15:27) ±Time: Night 5
    (13:15:27) Make your moves, you only have 35 seconds! :
    (13:15:27) ***************************************************************************************
    (13:15:30) Arcaeil Sohel: omg
    (13:15:31) ajhockeystar: dun dun duuuh
    (13:15:47) SSJ Trunks: gg
    (13:16:03) ***************************************************************************************
    (13:16:03) Times Up! :
    (13:16:03) ±Kill: Arcaeil Sohel (Soldier) died!
    (13:16:03) ***************************************************************************************
    (13:16:03) ±Current Roles: Soldier, Soldier.
    (13:16:03) ±Current Players: SSJ Trunks, ajhockeystar.
    (13:16:03) ±Time: Day 5
    (13:16:03) You have 5 seconds to debate who are the bad guys! :
    (13:16:03) ***************************************************************************************
    (13:16:06) ajhockeystar: oooh
    (13:16:07) ***************************************************************************************
    (13:16:07) ±Current Roles: Soldier, Soldier.
    (13:16:07) ±Current Players: SSJ Trunks, ajhockeystar.
    (13:16:07) ±Time: Night 6
    (13:16:07) Make your moves, you only have 35 seconds! :
    (13:16:07) ***************************************************************************************
    (13:16:18) ±Game: The game is in progress. Please type /join to join the next mafia game.
    (13:16:43) ***************************************************************************************
    (13:16:43) Times Up! :
    (13:16:43) No one died! :
    (13:16:43) ***************************************************************************************
    (13:16:43) ±Current Roles: Soldier, Soldier.
    (13:16:43) ±Current Players: SSJ Trunks, ajhockeystar.
    (13:16:43) ±Time: Day 6
    (13:16:43) You have 5 seconds to debate who are the bad guys! :
    (13:16:43) ***************************************************************************************
    (13:16:48) ***************************************************************************************
    (13:16:48) ±Current Roles: Soldier, Soldier.
    (13:16:48) ±Current Players: SSJ Trunks, ajhockeystar.
    (13:16:48) ±Time: Night 7
    (13:16:48) Make your moves, you only have 35 seconds! :
    (13:16:48) ***************************************************************************************
    (13:17:23) ***************************************************************************************
    (13:17:23) Times Up! :
    (13:17:23) No one died! :
    (13:17:23) ***************************************************************************************
    (13:17:23) ±Current Roles: Soldier, Soldier.
    (13:17:23) ±Current Players: SSJ Trunks, ajhockeystar.
    (13:17:23) ±Time: Day 7
    (13:17:23) You have 5 seconds to debate who are the bad guys! :
    (13:17:23) ***************************************************************************************
    (13:17:28) ***************************************************************************************
    (13:17:28) ±Current Roles: Soldier, Soldier.
    (13:17:28) ±Current Players: SSJ Trunks, ajhockeystar.
    (13:17:28) ±Time: Night 8
    (13:17:28) Make your moves, you only have 35 seconds! :
    (13:17:28) ***************************************************************************************
    (13:17:29) ajhockeystar: ...
    (13:17:30) ajhockeystar: lol
    (13:17:53) SSJ Trunks: I'm dead now
    (13:18:01) ±Murkrow: obey to Kyubey updated theme Trust.
    (13:18:03) ***************************************************************************************
    (13:18:03) Times Up! :
    (13:18:03) ±Kill: SSJ Trunks (Soldier) died!
    (13:18:03) ±Game: The Soldier (ajhockeystar) wins!
    (13:18:03) ***************************************************************************************
    [/HIDE]
    And another log, where ajhockeystar wins. Camp is a game saver for some people, and this is no exception. :)
     
    Last edited: Oct 20, 2013
  22. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    I forgot to kill and won by priority. This is more of a coin flip than anything.
     
  23. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Implying that never happens with other themes.

    From what I see, it's all about knowing how to time your actions and reading the opponent moves. Killing early could leave your vulnerable later, and there's the potential for lots of "He thinks I will do X, so I will do Y" and "I know he will do Y because he thinks I will think he will do X, so I will do Z". In a sense, this is a better Rock-Paper-Scissors game than the RPS theme itself :x
     
  24. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    I couldn't have said it better myself. You would need more than just X, Y, and Z though. I've also added a suicide option way back that broadcasts to other players. I've been thinking about making it a dummy command that said YOU CAN'T TAKE THE EASY WAY OUT but then again that's my sadistic humour. Right now it does actually kill you though.

    Either way, priority is settled, as Rice said, by the order in the code. But since you can't tell killer1 from killer10, it sort of simulates RNG in a bogus work-around way, in that RNG only plays a role in how your role is determined.

    Edit: log
    (15:13:53) ***************************************************************************************
    (15:13:53) Times Up! :
    (15:13:53) The Roles have been Decided! :
    (15:13:53) ±Game: You are a Soldier!
    (15:13:53) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! You have to wait two nights to do this, though! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (15:13:53) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:13:53) ±Current Players: AeroFlyingSky, Cobalt, Hades, Joeypals, Karp Karpity, MasterOfMyth, Silone, Ununquadium, bbyJesus, glaceaon.
    (15:13:53) ±Current Team: Soldier
    (15:13:53) ±Time: Night 1
    (15:13:53) Make your moves, you only have 35 seconds! :
    (15:13:53) ***************************************************************************************
    (15:13:56) AeroFlyingSky: Oh Konoha Roll, DANGANRONPA.
    (15:13:59) Cobalt: Hades I played that so well
    (15:13:59) Cobalt: y/y
    (15:14:01) Ununquadium: Non-peak should be disabled.
    (15:14:06) ±Game: You have chosen to camp Ununquadium!
    (15:14:11) Silone: lol
    (15:14:13) Karp Karpity: yeah
    (15:14:19) AeroFlyingSky: Kill.
    (15:14:23) Silone: nou
    (15:14:27) AeroFlyingSky: Awww.
    (15:14:29) ***************************************************************************************
    (15:14:29) Times Up! :
    (15:14:29) ±Game: You can camp 1 more times.
    (15:14:29) ±Kill: bbyJesus (Soldier) died!
    (15:14:29) ±Kill: Cobalt (Soldier) died!
    (15:14:29) ***************************************************************************************
    (15:14:29) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:14:29) ±Current Players: AeroFlyingSky, Hades, Joeypals, Karp Karpity, MasterOfMyth, Silone, Ununquadium, glaceaon.
    (15:14:29) ±Current Team: Soldier
    (15:14:29) ±Time: Day 1
    (15:14:29) You have 5 seconds to debate who are the bad guys! :
    (15:14:29) ***************************************************************************************
    (15:14:31) AeroFlyingSky: Soldier here.
    (15:14:34) ***************************************************************************************
    (15:14:34) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:14:34) ±Current Players: AeroFlyingSky, Hades, Joeypals, Karp Karpity, MasterOfMyth, Silone, Ununquadium, glaceaon.
    (15:14:34) ±Current Team: Soldier
    (15:14:34) ±Time: Night 2
    (15:14:34) Make your moves, you only have 35 seconds! :
    (15:14:34) ***************************************************************************************
    (15:14:34) AeroFlyingSky: XDDD
    (15:14:40) ±Game: You have chosen to kill MasterOfMyth!
    (15:14:47) Silone: lol
    (15:14:49) Karp Karpity: weird
    (15:14:51) AeroFlyingSky: Good Thing. I reserved my Camp
    (15:14:54) Silone: cmpiing out
    (15:14:59) Silone: camping*
    (15:15:00) ±Murkrow: R​oild disabled non-peak themes (Dethy, Ghosts, Lyncher, OIC, Oracle, Trust, Vengeful).
    (15:15:02) Silone: :D
    (15:15:03) AeroFlyingSky: Awww.
    (15:15:09) ***************************************************************************************
    (15:15:09) Times Up! :
    (15:15:09) ±Game: You were killed during the night!
    (15:15:09) ±Kill: Ununquadium (Soldier) died!
    (15:15:09) ±Kill: Hades (Soldier) died!
    (15:15:09) ***************************************************************************************
    (15:15:09) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:15:09) ±Current Players: AeroFlyingSky, Joeypals, Karp Karpity, MasterOfMyth, Silone, glaceaon.
    (15:15:10) ±Time: Day 2
    (15:15:10) You have 5 seconds to debate who are the bad guys! :
    (15:15:10) ***************************************************************************************
    (15:15:14) ***************************************************************************************
    (15:15:14) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:15:14) ±Current Players: AeroFlyingSky, Joeypals, Karp Karpity, MasterOfMyth, Silone, glaceaon.
    (15:15:14) ±Time: Night 3
    (15:15:14) Make your moves, you only have 35 seconds! :
    (15:15:14) ***************************************************************************************
    (15:15:16) Joeypals: Better make this game count then
    (15:15:19) AeroFlyingSky: ./vote Silone
    (15:15:24) Karp Karpity: hmm
    (15:15:29) Karp Karpity: yeah
    (15:15:32) AeroFlyingSky: I will kill.
    (15:15:36) Silone: camping again
    (15:15:37) Silone: xD
    (15:15:40) glaceaon: ll
    (15:15:43) AeroFlyingSky: IDK, next to talk.
    (15:15:49) ***************************************************************************************
    (15:15:49) Times Up! :
    (15:15:49) No one died! :
    (15:15:49) ***************************************************************************************
    (15:15:50) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:15:50) ±Current Players: AeroFlyingSky, Joeypals, Karp Karpity, MasterOfMyth, Silone, glaceaon.
    (15:15:50) ±Time: Day 3
    (15:15:50) You have 5 seconds to debate who are the bad guys! :
    (15:15:50) ***************************************************************************************
    (15:15:53) AeroFlyingSky: ...
    (15:15:54) ***************************************************************************************
    (15:15:54) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:15:54) ±Current Players: AeroFlyingSky, Joeypals, Karp Karpity, MasterOfMyth, Silone, glaceaon.
    (15:15:54) ±Time: Night 4
    (15:15:54) Make your moves, you only have 35 seconds! :
    (15:15:54) ***************************************************************************************
    (15:15:57) glaceaon: ....
    (15:15:59) AeroFlyingSky: All DIE.
    (15:16:03) Karp Karpity: yeah
    (15:16:04) Silone: lol
    (15:16:05) Karp Karpity: lol
    (15:16:10) AeroFlyingSky: Inb4 No one Wins
    (15:16:14) Silone: PP wasting = bad
    (15:16:16) Joeypals: Whoever said it was right, this does have more strategy than Vepix
    (15:16:20) AeroFlyingSky: ._.
    (15:16:30) ±Murkrow: You need to be admin or the author of this theme. <--- I had to sign out of Ununquadium
    (15:16:31) ***************************************************************************************
    (15:16:31) Times Up! :
    (15:16:31) ±Kill: Silone (Soldier) died!
    (15:16:31) ***************************************************************************************
    (15:16:31) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:16:31) ±Current Players: AeroFlyingSky, Joeypals, Karp Karpity, MasterOfMyth, glaceaon.
    (15:16:31) ±Time: Day 4
    (15:16:31) You have 5 seconds to debate who are the bad guys! :
    (15:16:31) ***************************************************************************************
    (15:16:34) ±Murkrow: You need to be admin or the author of this theme. <--- I didn't realize that until the second time
    (15:16:35) AeroFlyingSky: Silone hate.
    (15:16:36) ***************************************************************************************
    (15:16:36) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier.
    (15:16:36) ±Current Players: AeroFlyingSky, Joeypals, Karp Karpity, MasterOfMyth, glaceaon.
    (15:16:36) ±Time: Night 5
    (15:16:36) Make your moves, you only have 35 seconds! :
    (15:16:36) ***************************************************************************************
    (15:16:37) Karp Karpity: lol
    (15:16:44) AeroFlyingSky: camp AeroFlyingSky
    (15:16:47) Ununquadium changed names and is now known as Matt Ayala.
    (15:16:48) Karp Karpity: camping
    (15:16:50) ±Murkrow: Download url: http://pastebin.com/raw.php?i=jw9HGbFE
    (15:16:51) ±Murkrow: Matt Ayala updated theme OIC.
    (15:16:51) ±Murkrow: This theme was previously disabled. Speak to a Mafia Admin to request enabling.

    (15:16:53) AeroFlyingSky: ._.
    (15:17:01) Joeypals: What's in the update? ,-- fixed help messages, because camp said it had an initialrecharge when it didnt
    (15:17:05) Karp Karpity: yeah
    (15:17:07) AeroFlyingSky: 5%.
    (15:17:09) AeroFlyingSky: XDDD
    (15:17:11) ***************************************************************************************
    (15:17:11) Times Up! :
    (15:17:11) ±Kill: MasterOfMyth (Soldier) died!
    (15:17:11) ***************************************************************************************
    (15:17:11) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (15:17:11) ±Current Players: AeroFlyingSky, Joeypals, Karp Karpity, glaceaon.
    (15:17:11) ±Time: Day 5
    (15:17:11) You have 5 seconds to debate who are the bad guys! :
    (15:17:11) ***************************************************************************************
    (15:17:14) Karp Karpity: kk
    (15:17:16) ***************************************************************************************
    (15:17:16) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (15:17:16) ±Current Players: AeroFlyingSky, Joeypals, Karp Karpity, glaceaon.
    (15:17:16) ±Time: Night 6
    (15:17:16) Make your moves, you only have 35 seconds! :
    (15:17:16) ***************************************************************************************
    (15:17:22) AeroFlyingSky: All Claim God bless this dude
    (15:17:24) Karp Karpity: ima kill now
    (15:17:31) AeroFlyingSky: Karp is Camping.
    (15:17:34) AeroFlyingSky: HAX.
    (15:17:36) Joeypals: lol
    (15:17:51) ***************************************************************************************
    (15:17:51) Times Up! :
    (15:17:51) ±Kill: Joeypals (Soldier) died!
    (15:17:51) ***************************************************************************************
    (15:17:51) ±Current Roles: Soldier, Soldier, Soldier.
    (15:17:51) ±Current Players: AeroFlyingSky, Karp Karpity, glaceaon.
    (15:17:51) ±Time: Day 6
    (15:17:51) You have 5 seconds to debate who are the bad guys! :
    (15:17:51) ***************************************************************************************
    (15:17:56) ***************************************************************************************
    (15:17:56) ±Current Roles: Soldier, Soldier, Soldier.
    (15:17:56) ±Current Players: AeroFlyingSky, Karp Karpity, glaceaon.
    (15:17:56) ±Time: Night 7
    (15:17:56) Make your moves, you only have 35 seconds! :
    (15:17:56) ***************************************************************************************
    (15:17:57) AeroFlyingSky: So...
    (15:17:57) Karp Karpity: kk
    (15:18:07) Karp Karpity: ima camp now
    (15:18:13) AeroFlyingSky: (kill Karp Karpity
    (15:18:21) AeroFlyingSky: Hate this Keyboard.
    (15:18:31) ***************************************************************************************
    (15:18:31) Times Up! :
    (15:18:31) No one died! :
    (15:18:31) ***************************************************************************************
    (15:18:31) ±Current Roles: Soldier, Soldier, Soldier.
    (15:18:31) ±Current Players: AeroFlyingSky, Karp Karpity, glaceaon.
    (15:18:31) ±Time: Day 7
    (15:18:31) You have 5 seconds to debate who are the bad guys! :
    (15:18:31) ***************************************************************************************
    (15:18:34) AeroFlyingSky: ...
    (15:18:36) ***************************************************************************************
    (15:18:36) ±Current Roles: Soldier, Soldier, Soldier.
    (15:18:36) ±Current Players: AeroFlyingSky, Karp Karpity, glaceaon.
    (15:18:36) ±Time: Night 8
    (15:18:36) Make your moves, you only have 35 seconds! :
    (15:18:36) ***************************************************************************************
    (15:18:40) Karp Karpity: wth
    (15:18:46) AeroFlyingSky: This is Fun.
    (15:18:49) Karp Karpity: yeah
    (15:18:53) AeroFlyingSky: I will try to find the slash.
    (15:18:55) AeroFlyingSky: (
    (15:18:57) AeroFlyingSky: &
    (15:18:59) AeroFlyingSky: /
    (15:19:12) ***************************************************************************************
    (15:19:12) Times Up! :
    (15:19:12) No one died! :
    (15:19:12) ***************************************************************************************
    (15:19:12) ±Current Roles: Soldier, Soldier, Soldier.
    (15:19:12) ±Current Players: AeroFlyingSky, Karp Karpity, glaceaon.
    (15:19:12) ±Time: Day 8
    (15:19:12) You have 5 seconds to debate who are the bad guys! :
    (15:19:12) ***************************************************************************************
    (15:19:17) ***************************************************************************************
    (15:19:17) ±Current Roles: Soldier, Soldier, Soldier.
    (15:19:17) ±Current Players: AeroFlyingSky, Karp Karpity, glaceaon.
    (15:19:17) ±Time: Night 9
    (15:19:17) Make your moves, you only have 35 seconds! :
    (15:19:17) ***************************************************************************************
    (15:19:20) Karp Karpity: kind of a stall fest
    (15:19:21) Karp Karpity: isnt it?
    (15:19:27) AeroFlyingSky: Night 9.
    (15:19:29) Roild: Hurry up or I'm ending.
    (15:19:34) AeroFlyingSky: Karp kill Glaceaon.
    (15:19:38) glaceaon: noo
    (15:19:40) AeroFlyingSky: And I kill you :3
    (15:19:52) ***************************************************************************************
    (15:19:52) Times Up! :
    (15:19:52) ±Kill: Karp Karpity (Soldier) died!
    (15:19:52) ***************************************************************************************
    (15:19:52) ±Current Roles: Soldier, Soldier.
    (15:19:53) ±Current Players: AeroFlyingSky, glaceaon.
    (15:19:53) ±Time: Day 9
    (15:19:53) You have 5 seconds to debate who are the bad guys! :
    (15:19:53) ***************************************************************************************
    (15:19:57) ***************************************************************************************
    (15:19:57) ±Current Roles: Soldier, Soldier.
    (15:19:57) ±Current Players: AeroFlyingSky, glaceaon.
    (15:19:57) ±Time: Night 10
    (15:19:57) Make your moves, you only have 35 seconds! :
    (15:19:57) ***************************************************************************************
    (15:20:00) AeroFlyingSky: Glaceon wasted his kill
    (15:20:06) AeroFlyingSky: Killing you :3
    (15:20:07) glaceaon: ima girl
    (15:20:11) AeroFlyingSky: *Her.
    (15:20:13) glaceaon: fyi
    (15:20:22) AeroFlyingSky: I feel Identified ._.
    (15:20:32) ***************************************************************************************
    (15:20:32) Times Up! :
    (15:20:32) No one died! :
    (15:20:32) ***************************************************************************************
    (15:20:32) ±Current Roles: Soldier, Soldier.
    (15:20:32) ±Current Players: AeroFlyingSky, glaceaon.
    (15:20:32) ±Time: Day 10
    (15:20:32) You have 5 seconds to debate who are the bad guys! :
    (15:20:32) ***************************************************************************************
    (15:20:37) ***************************************************************************************
    (15:20:37) ±Current Roles: Soldier, Soldier.
    (15:20:37) ±Current Players: AeroFlyingSky, glaceaon.
    (15:20:37) ±Time: Night 11
    (15:20:37) Make your moves, you only have 35 seconds! :
    (15:20:37) ***************************************************************************************
    (15:20:39) AeroFlyingSky: You camped ._.
    (15:20:54) AeroFlyingSky: Killing you XDDD
    (15:20:55) glaceaon: .-.
    (15:21:04) glaceaon: lol
    (15:21:12) ***************************************************************************************
    (15:21:12) Times Up! :
    (15:21:12) ±Kill: glaceaon (Soldier) died!
    (15:21:12) ±Game: The Soldier (AeroFlyingSky) wins!
    (15:21:12) ***************************************************************************************
    [/HIDE]
    Soldier wins...yet again. I need to balance this!
     
    Last edited: Oct 20, 2013
  25. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Log for you (10 players):
    (23:14:11) ***************************************************************************************
    (23:14:11) ±Game: Sky Sentinel started a game with theme OIC (One in the Chamber)!
    (23:14:11) ±Game: Type /Join to enter the game!
    (23:14:11) ***************************************************************************************

    (23:14:11) ±Game: One in the Chamber. In this theme, each player has one life, one bullet, and a suicide pill. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you have to /reload. Camping protects you from kills.
    (23:14:11) ±Game: Sky Sentinel joined the game!
    (23:14:15) Konoha Roll: thx village, u guys were pro
    (23:14:16) ±Game: Turtoid joined the game!
    (23:14:16) Konoha Roll: :)
    (23:14:17) ±Game: Windblown joined the game!
    (23:14:18) Windblown: OIC
    (23:14:18) ±Game: RiceKirby joined the game!
    (23:14:18) ±Game: Konoha Roll joined the game!
    (23:14:18) ±Game: Seakrit joined the game!
    (23:14:19) Windblown: hype
    (23:14:21) ±Game: Not Kefka joined the game!
    (23:14:21) ±Game: Suika joined the game!
    (23:14:29) Suika: is the night phase still 5 seconds long
    (23:14:30) Light Link joined the channel.
    (23:14:32) Konoha Roll: Not only 5 seca to kill anymore right?
    (23:14:35) ±Game: Light Link joined the game!
    (23:14:36) Sky Sentinel: yes
    (23:14:37) Konoha Roll: I'll ninja kill someone
    (23:14:39) Sky Sentinel: 1 second now

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

    (23:14:43) ±Game: Cerelia joined the game!
    (23:14:45) ***************************************************************************************
    (23:14:45) Times Up! :
    (23:14:45) The Roles have been Decided! :
    (23:14:45) ±Game: You are a Soldier!
    (23:14:45) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (23:14:45) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (23:14:45) ±Current Players: Cerelia, Konoha Roll, Light Link, Not Kefka, RiceKirby, Seakrit, Sky Sentinel, Suika, Turtoid, Windblown.
    (23:14:45) ±Current Team: Soldier
    (23:14:45) ±Time: Night 1
    (23:14:45) Make your moves, you only have 35 seconds! :
    (23:14:45) ***************************************************************************************
    (23:14:47) Light Link: hey guys
    (23:14:50) Turtoid: hey
    (23:14:53) Windblown: I'm shooting RiceKirby
    (23:14:53) ±Game: You have chosen to camp RiceKirby!
    (23:14:58) RiceKirby: Reloading
    (23:15:03) Sky Sentinel: gg
    (23:15:06) Cerelia: this is such an interesting theme
    (23:15:07) Konoha Roll: I'm afk
    (23:15:13) Konoha Roll: I dare you to kill me
    (23:15:17) Cerelia: everyone reload today
    (23:15:19) ***************************************************************************************
    (23:15:19) Times Up! :
    (23:15:19) ±Game: You can camp 1 more times.
    (23:15:19) ±Kill: Windblown (Soldier) died!
    (23:15:19) ±Kill: Light Link (Soldier) died!
    (23:15:19) ***************************************************************************************
    (23:15:19) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (23:15:19) ±Current Players: Cerelia, Konoha Roll, Not Kefka, RiceKirby, Seakrit, Sky Sentinel, Suika, Turtoid.
    (23:15:19) ±Current Team: Soldier
    (23:15:19) ±Time: Day 1
    (23:15:19) You have 5 seconds to debate who are the bad guys! :
    (23:15:19) ***************************************************************************************
    (23:15:24) ***************************************************************************************
    (23:15:24) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (23:15:24) ±Current Players: Cerelia, Konoha Roll, Not Kefka, RiceKirby, Seakrit, Sky Sentinel, Suika, Turtoid.
    (23:15:24) ±Current Team: Soldier
    (23:15:24) ±Time: Night 2
    (23:15:24) Make your moves, you only have 35 seconds! :
    (23:15:24) ***************************************************************************************
    (23:15:26) RiceKirby: 35 seconds is too much
    (23:15:31) Seakrit: this is a wierd theme
    (23:15:34) ±Dratini: kiko513 was mysteriously kicked by O​rcelot!
    (23:15:34) Cerelia: interesting
    (23:15:34) Windblown: 20 imo
    (23:15:40) Konoha Roll: 5 seconds to debate? hue
    (23:15:41) ±Game: You have chosen to kill Turtoid!
    (23:15:49) Seakrit: soldier here
    (23:15:52) RiceKirby: Damn, can't debate about the bad guys anymore
    (23:15:53) Seakrit: prs pm
    (23:15:55) RiceKirby: I was too slow
    (23:16:00) ***************************************************************************************
    (23:16:00) Times Up! :
    (23:16:00) ±Game: You were killed during the night!
    (23:16:00) ±Kill: RiceKirby (Soldier) died!
    (23:16:00) ±Kill: Sky Sentinel (Soldier) died!
    (23:16:01) ±Kill: Turtoid (Soldier) died!
    (23:16:01) ±Kill: Not Kefka (Soldier) died!
    (23:16:01) ***************************************************************************************
    (23:16:01) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (23:16:01) ±Current Players: Cerelia, Konoha Roll, Seakrit, Suika.
    (23:16:01) ±Time: Day 2
    (23:16:01) You have 5 seconds to debate who are the bad guys! :
    (23:16:01) ***************************************************************************************
    (23:16:07) Konoha Roll: wait what?
    (23:16:08) ***************************************************************************************
    (23:16:08) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (23:16:08) ±Current Players: Cerelia, Konoha Roll, Seakrit, Suika.
    (23:16:08) ±Time: Night 3
    (23:16:09) Make your moves, you only have 35 seconds! :
    (23:16:09) ***************************************************************************************
    (23:16:22) pikachu33 joined the channel.
    (23:16:44) ***************************************************************************************
    (23:16:44) Times Up! :
    (23:16:44) No one died! :
    (23:16:44) ***************************************************************************************
    (23:16:44) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (23:16:44) ±Current Players: Cerelia, Konoha Roll, Seakrit, Suika.
    (23:16:44) ±Time: Day 3
    (23:16:44) You have 5 seconds to debate who are the bad guys! :
    (23:16:44) ***************************************************************************************
    (23:16:46) Cerelia: 5 second debate
    (23:16:49) ***************************************************************************************
    (23:16:49) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (23:16:49) ±Current Players: Cerelia, Konoha Roll, Seakrit, Suika.
    (23:16:49) ±Time: Night 4
    (23:16:49) Make your moves, you only have 35 seconds! :
    (23:16:49) ***************************************************************************************
    (23:16:49) Joeypals joined the channel.
    (23:16:58) Konoha Roll: 5 sec debate, the best debate
    (23:17:11) Seakrit: no kills last night
    (23:17:21) TheLegend joined the channel.
    (23:17:23) ***************************************************************************************
    (23:17:23) Times Up! :
    (23:17:23) No one died! :
    (23:17:23) ***************************************************************************************
    (23:17:23) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (23:17:23) ±Current Players: Cerelia, Konoha Roll, Seakrit, Suika.
    (23:17:23) ±Time: Day 4
    (23:17:23) You have 5 seconds to debate who are the bad guys! :
    (23:17:23) ***************************************************************************************
    (23:17:28) ***************************************************************************************
    (23:17:28) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (23:17:28) ±Current Players: Cerelia, Konoha Roll, Seakrit, Suika.
    (23:17:28) ±Time: Night 5
    (23:17:28) Make your moves, you only have 35 seconds! :
    (23:17:28) ***************************************************************************************
    (23:17:30) Suika: killing is overrated
    (23:17:43) Cerelia: pro camps?
    (23:17:44) Konoha Roll: We are all chickens lol
    (23:17:47) Konoha Roll: I'm camping anyway
    (23:17:49) IronStorm left the channel.
    (23:18:00) Cerelia: everyone's camping
    (23:18:03) ***************************************************************************************
    (23:18:03) Times Up! :
    (23:18:03) ±Kill: Seakrit (Soldier) died!
    (23:18:03) ***************************************************************************************
    (23:18:03) ±Current Roles: Soldier, Soldier, Soldier.
    (23:18:03) ±Current Players: Cerelia, Konoha Roll, Suika.
    (23:18:03) ±Time: Day 5
    (23:18:03) You have 5 seconds to debate who are the bad guys! :
    (23:18:03) ***************************************************************************************
    (23:18:07) Cerelia: unless we're all actually firing
    (23:18:08) Konoha Roll: Seakrit wasn't
    (23:18:09) ***************************************************************************************
    (23:18:09) ±Current Roles: Soldier, Soldier, Soldier.
    (23:18:09) ±Current Players: Cerelia, Konoha Roll, Suika.
    (23:18:09) ±Time: Night 6
    (23:18:09) Make your moves, you only have 35 seconds! :
    (23:18:09) ***************************************************************************************
    (23:18:10) Cerelia: dun dun dun
    (23:18:11) The V Factor left the channel.
    (23:18:43) ***************************************************************************************
    (23:18:43) Times Up! :
    (23:18:43) ±Kill: Suika (Soldier) died!
    (23:18:43) ***************************************************************************************
    (23:18:43) ±Current Roles: Soldier, Soldier.
    (23:18:43) ±Current Players: Cerelia, Konoha Roll.
    (23:18:43) ±Time: Day 6
    (23:18:43) You have 5 seconds to debate who are the bad guys! :
    (23:18:43) ***************************************************************************************
    (23:18:45) Water joined the channel.
    (23:18:48) ***************************************************************************************
    (23:18:48) ±Current Roles: Soldier, Soldier.
    (23:18:48) ±Current Players: Cerelia, Konoha Roll.
    (23:18:48) ±Time: Night 7
    (23:18:48) Make your moves, you only have 35 seconds! :
    (23:18:48) ***************************************************************************************
    (23:18:53) Konoha Roll: Hi Cerelia :)
    (23:19:17) Cerelia: yo
    (23:19:19) Cerelia: gg
    (23:19:23) ***************************************************************************************
    (23:19:23) Times Up! :
    (23:19:23) No one died! :
    (23:19:23) ***************************************************************************************
    (23:19:23) ±Current Roles: Soldier, Soldier.
    (23:19:23) ±Current Players: Cerelia, Konoha Roll.
    (23:19:23) ±Time: Day 7
    (23:19:23) You have 5 seconds to debate who are the bad guys! :
    (23:19:23) ***************************************************************************************
    (23:19:25) Konoha Roll: gg
    (23:19:26) Matt Ayala left the channel.
    (23:19:28) ***************************************************************************************
    (23:19:28) ±Current Roles: Soldier, Soldier.
    (23:19:28) ±Current Players: Cerelia, Konoha Roll.
    (23:19:28) ±Time: Night 8
    (23:19:28) Make your moves, you only have 35 seconds! :
    (23:19:28) ***************************************************************************************
    (23:19:43) Cerelia: I love this theme ;y;
    (23:19:47) Konoha Roll: I have to shot a woman to win
    (23:19:51) Konoha Roll: that feels awkward
    (23:19:57) Sky Sentinel: racist
    (23:20:03) ***************************************************************************************
    (23:20:03) Times Up! :
    (23:20:03) No one died! :
    (23:20:03) ***************************************************************************************
    (23:20:03) ±Current Roles: Soldier, Soldier.
    (23:20:03) ±Current Players: Cerelia, Konoha Roll.
    (23:20:03) ±Time: Day 8
    (23:20:03) You have 5 seconds to debate who are the bad guys! :
    (23:20:03) ***************************************************************************************
    (23:20:07) Cerelia: women are a race
    (23:20:07) Konoha Roll: bs
    (23:20:07) Cerelia: ?
    (23:20:08) ***************************************************************************************
    (23:20:08) ±Current Roles: Soldier, Soldier.
    (23:20:08) ±Current Players: Cerelia, Konoha Roll.
    (23:20:08) ±Time: Night 9
    (23:20:08) Make your moves, you only have 35 seconds! :
    (23:20:08) ***************************************************************************************
    (23:20:09) Konoha Roll: She camped
    (23:20:10) Cerelia: hi
    (23:20:16) Cerelia: whatcha mean
    (23:20:22) Cerelia: I don't camp
    (23:20:30) Cerelia: camping isn't a legitimate strategy c;
    (23:20:31) MasterOfMyth joined the channel.
    (23:20:34) Cerelia: I think you missed
    (23:20:35) MeowMix changed names and is now known as Navidad Pirate.
    (23:20:41) R-GuyRocks joined the channel.
    (23:20:43) ***************************************************************************************
    (23:20:43) Times Up! :
    (23:20:43) No one died! :
    (23:20:43) ***************************************************************************************
    (23:20:43) ±Current Roles: Soldier, Soldier.
    (23:20:43) ±Current Players: Cerelia, Konoha Roll.
    (23:20:43) ±Time: Day 9
    (23:20:43) You have 5 seconds to debate who are the bad guys! :
    (23:20:43) ***************************************************************************************
    (23:20:45) Konoha Roll: My Marksmanship is pro
    (23:20:48) ***************************************************************************************
    (23:20:48) ±Current Roles: Soldier, Soldier.
    (23:20:48) ±Current Players: Cerelia, Konoha Roll.
    (23:20:48) ±Time: Night 10
    (23:20:48) Make your moves, you only have 35 seconds! :
    (23:20:48) ***************************************************************************************
    (23:20:49) Konoha Roll: :)
    (23:20:58) Windblown: can we not stall
    (23:21:03) Windblown: especially 10 nights for nonpeak wow
    (23:21:08) Konoha Roll: Well, I kind of tried kill her
    (23:21:13) Konoha Roll: But I couldn't
    (23:21:22) Sky Sentinel: takes 4 nights to equal 4 phases
    (23:21:23) Konoha Roll: gg I think
    (23:21:24) Sky Sentinel: so
    (23:21:24) ***************************************************************************************
    (23:21:24) Times Up! :
    (23:21:24) No one died! :
    (23:21:24) ***************************************************************************************
    (23:21:24) ±Current Roles: Soldier, Soldier.
    (23:21:24) ±Current Players: Cerelia, Konoha Roll.
    (23:21:24) ±Time: Day 10
    (23:21:24) You have 5 seconds to debate who are the bad guys! :
    (23:21:24) ***************************************************************************************
    (23:21:28) ***************************************************************************************
    (23:21:28) ±Current Roles: Soldier, Soldier.
    (23:21:28) ±Current Players: Cerelia, Konoha Roll.
    (23:21:28) ±Time: Night 11
    (23:21:28) Make your moves, you only have 35 seconds! :
    (23:21:28) ***************************************************************************************
    (23:21:32) Sky Sentinel: wow can one of you jsut die
    (23:21:35) ±Dratini: yobbert was mysteriously kicked by Z​ony11!
    (23:21:39) Konoha Roll: Cerelia, don't camp and I'll win
    (23:21:39) Roild: Going to end after this night
    (23:21:40) Konoha Roll: :)
    (23:21:48) Cerelia: priority wars
    (23:22:03) ***************************************************************************************
    (23:22:03) Times Up! :
    (23:22:03) ±Kill: Cerelia (Soldier) died!
    (23:22:03) ±Game: The Soldier (Konoha Roll) wins!
    (23:22:03) ***************************************************************************************

    (23:22:04) ***************************************************************************************
    (23:22:04) ±Game: Arcanine started a game with theme Zelda!
    (23:22:04) ±Game: Type /Join to enter the game!
    (23:22:04) ***************************************************************************************

    (23:22:04) ±Game: The battle between the Triforce continues throughout the Kingdom of Hyrule! Link is the only one who can take down Ganondorf, but he must be careful when the treacherous Koume is around or he'll get struck during the day! Zelda should be wary of Skull Kid, who lurks among the citizens of Hyrule, and the evil Kotake when her magic freezes! Vaati and his army of minions is trying to take over the Kingdom during this time of crisis. While all hell is loose, the Demon King Malladus appears and destroy anyone who opposes him!
    (23:22:04) ±Game: Arcanine joined the game!
    (23:22:04) ***************************************************************************************
    (23:22:04) ±Game: Solace has stopped the game!
    (23:22:04) ***************************************************************************************

    (23:22:06) Myucel joined the channel.
    (23:22:07) RiceKirby: 10 nights without standby/voting phase though
    (23:22:07) Arcanine: ...
    (23:22:07) Arcanine: WOW
    (23:22:08) Windblown: rofl
    (23:22:08) Solace: failed

    (23:22:08) ***************************************************************************************
    (23:22:08) ±Game: Not Kefka started a voting for next game's theme!. You have 20 seconds to vote with /votetheme!
    (23:22:08) ±Game: Choose from these themes: Default, Trainers, Pikmin, Fruit, PokeScum, Transport !
    (23:22:08) ***************************************************************************************

    (23:22:08) ±Game: Not Kefka voted for Trainers!
    (23:22:09) Withoutatrace: HAHAHAHA
    (23:22:10) RiceKirby: lol
    (23:22:10) Arcanine: ok Solace wow
    (23:22:11) Roild: Solace wtf
    (23:22:11) Joeypals: XD
    (23:22:12) Arcanine: nice hate
    (23:22:12) ±Game: Cerelia voted for Trainers!
    (23:22:13) Seakrit: lol
    (23:22:14) Turtoid: lol
    (23:22:14) Konoha Roll: idek how I won that lol
    (23:22:15) Navidad Pirate: Solace ur bad
    (23:22:16) RiceKirby: Solace epic fail

    Observations:
    -Night could be shorter. 25~30 is enough, in my opinion. Maybe even 20.
    -You have charges for /camp, but they will rarely have any effect, since reloading will reset the charges. If you want to avoid that, have 2 roles for each player (1 with the charges on /camp, another without it, and have /reload convert into the 2nd one. Keep charges for /kill though).
    -Even if not made public, /suicide is pointless.
    -Notice how Solace failed and ended the wrong game @ log lol
     
  26. JhenMohran

    JhenMohran Random Art Guy

    Joined:
    Jun 2, 2013
    Messages:
    181
    Likes Received:
    0
    PO Trainer Name:
    JhenMohran
    I think Night phase should stay at 35 and then Standby increased to 30ish
    Why?
    Because this then forces people to learn the ideas behind WIFOM (http://wiki.mafiascum.net/index.php?title=WIFOM) and other similar tactics. By freeing up the game for more discussion will mean that people think more about the way they are going to play it dependant on interactions between players. Increasing the tactics element of the game.
    If this implemented then agreeing with Windblown, max may need reduction.
    ---
    Don't believe the theme as a whole means more targeting as tactics element more important than the vepix side
     
  27. Yagura

    Yagura

    Joined:
    Jul 1, 2013
    Messages:
    823
    Likes Received:
    157
    PO Trainer Name:
    Yagura
    9 playas log


    (17:54:18) ***************************************************************************************
    (17:54:18) ±Game: Yagura started a game with theme OIC (One in the Chamber)!
    (17:54:18) ±Game: Type /Join to enter the game!
    (17:54:18) ***************************************************************************************

    (17:54:18) ±Game: One in the Chamber. In this theme, each player has one life, one bullet, and a suicide pill. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you have to /reload. Camping protects you from kills.
    (17:54:18) ±Game: Yagura joined the game!
    (17:54:19) Joeypals: Mewtwo fainted!
    (17:54:21) ±Game: Dagger joined the game!
    (17:54:22) QsDark: haha
    (17:54:23) ±Game: Keeper of Night joined the game!
    (17:54:23) ±Game: obey to Kyubey joined the game!
    (17:54:24) Dagger: Loooool
    (17:54:25) ±Game: Whalesaysmoo joined the game!
    (17:54:29) Spaliozo: what?
    (17:54:31) ±Game: Joeypals joined the game!
    (17:54:34) ±Game: Spaliozo joined the game!
    (17:54:34) ±Game: Cobalt joined the game!
    (17:54:39) Cobalt: i wanted to die smooth
    (17:54:39) Dagger: joey you know i catch you first
    (17:54:40) Cobalt: hello?

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

    (17:54:48) Dagger: especially after fakeclaiming you and no one cares lolol
    (17:54:57) Joeypals: You almost caused my death by fakeclaiming as me then catching me...
    (17:55:00) ±Game: Withoutatrace joined the game!
    (17:55:02) Dagger: xDDD
    (17:55:02) Joeypals: =/
    (17:55:04) Withoutatrace: Lets try it out.
    (17:55:09) Dagger: I actually caught you before fakeclaiming you
    (17:55:10) Dagger: ily
    (17:55:17) ***************************************************************************************
    (17:55:17) Times Up! :
    (17:55:17) The Roles have been Decided! :
    (17:55:17) ±Game: You are a Soldier!
    (17:55:17) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (17:55:17) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (17:55:17) ±Current Players: Cobalt, Dagger, Joeypals, Keeper of Night, Spaliozo, Whalesaysmoo, Withoutatrace, Yagura, obey to Kyubey.
    (17:55:17) ±Current Team: Soldier
    (17:55:17) ±Time: Night 1
    (17:55:17) Make your moves, you only have 35 seconds! :
    (17:55:17) ***************************************************************************************
    (17:55:24) Dagger: everyone camps n1
    (17:55:29) Cobalt: ^
    (17:55:30) ±Game: You have chosen to camp Yagura!
    (17:55:37) ±Game: You cannot use this action during this night!
    (17:55:38) ±Dratini: Mimighster was muted by C​irno for 1 hour! [Reason: spam] [Channel: Tohjo Falls]
    (17:55:40) Keeper of Night: except for me
    (17:55:45) Joeypals: inb4 1 death
    (17:55:48) Dagger: .kill Keeper of Night
    (17:55:49) Keeper of Night: come at me bros
    (17:55:50) Dagger: ...
    (17:55:52) ***************************************************************************************
    (17:55:52) Times Up! :
    (17:55:52) ±Game: You can camp 1 more times.
    (17:55:52) ±Kill: Withoutatrace (Soldier) died!
    (17:55:52) ±Kill: Spaliozo (Soldier) died!
    (17:55:52) ***************************************************************************************
    (17:55:52) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (17:55:52) ±Current Players: Cobalt, Dagger, Joeypals, Keeper of Night, Whalesaysmoo, Yagura, obey to Kyubey.
    (17:55:52) ±Current Team: Soldier
    (17:55:52) ±Time: Day 1
    (17:55:52) You have 5 seconds to debate who are the bad guys! :
    (17:55:52) ***************************************************************************************
    (17:55:57) Joeypals: 2
    (17:55:57) ***************************************************************************************
    (17:55:57) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (17:55:57) ±Current Players: Cobalt, Dagger, Joeypals, Keeper of Night, Whalesaysmoo, Yagura, obey to Kyubey.
    (17:55:57) ±Current Team: Soldier
    (17:55:57) ±Time: Night 2
    (17:55:57) Make your moves, you only have 35 seconds! :
    (17:55:57) ***************************************************************************************
    (17:56:03) Joeypals: Close enough lol
    (17:56:07) Keeper of Night: Joeypals cant camp tonight
    (17:56:08) ***~Self~ is going to suicide! Respect the sui!
    (17:56:08) Keeper of Night: lolz
    (17:56:13) Joeypals: Using the hidden command
    (17:56:15) Joeypals: !
    (17:56:17) Dagger: omg suicide
    (17:56:18) Keeper of Night: :O
    (17:56:23) Dagger: no respec
    (17:56:26) ±Game: You have chosen to kill Dagger!
    (17:56:28) Cobalt: secret command
    (17:56:30) Cobalt: wat
    (17:56:32) ***************************************************************************************
    (17:56:32) Times Up! :
    (17:56:32) ±Game: NO AMMO
    (17:56:32) ±Kill: Dagger (Soldier) died!
    (17:56:32) ***************************************************************************************
    (17:56:32) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (17:56:32) ±Current Players: Cobalt, Joeypals, Keeper of Night, Whalesaysmoo, Yagura, obey to Kyubey.
    (17:56:32) ±Current Team: Soldier
    (17:56:32) ±Time: Day 2
    (17:56:32) You have 5 seconds to debate who are the bad guys! :
    (17:56:32) ***************************************************************************************
    (17:56:37) ***************************************************************************************
    (17:56:37) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (17:56:37) ±Current Players: Cobalt, Joeypals, Keeper of Night, Whalesaysmoo, Yagura, obey to Kyubey.
    (17:56:37) ±Current Team: Soldier
    (17:56:37) ±Time: Night 3
    (17:56:37) Make your moves, you only have 35 seconds! :
    (17:56:37) ***************************************************************************************
    (17:56:42) Joeypals: So it poisons myself...
    (17:56:43) ±Game: You have chosen to camp Yagura!
    (17:56:46) Keeper of Night: lolz
    (17:56:49) Narutroll left the channel.
    (17:56:50) Joeypals: WHY IS THAT SCRIPTED? xd
    (17:56:54) Joeypals: xD
    (17:56:56) Cobalt: joey what is it
    (17:56:56) QsDark left the channel.
    (17:56:56) ±Murkrow: QsDark was banned from mafia by R​oild for 12 hours! [Reason: Teamvoting claimed inspector] [Channel: Victory Road]
    (17:56:56) Cobalt: .-.
    (17:57:01) Joeypals: It's /suicide
    (17:57:01) Whalesaysmoo: this one is always so long
    (17:57:12) ***************************************************************************************
    (17:57:12) Times Up! :
    (17:57:12) ±Game: You can camp 0 more times.
    (17:57:12) ±Kill: Whalesaysmoo (Soldier) died!
    (17:57:12) ±Kill: Joeypals (Soldier) died!
    (17:57:12) ***************************************************************************************
    (17:57:12) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (17:57:12) ±Current Players: Cobalt, Keeper of Night, Yagura, obey to Kyubey.
    (17:57:12) ±Current Team: Soldier
    (17:57:12) ±Time: Day 3
    (17:57:12) You have 5 seconds to debate who are the bad guys! :
    (17:57:12) ***************************************************************************************
    (17:57:17) ***************************************************************************************
    (17:57:17) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (17:57:17) ±Current Players: Cobalt, Keeper of Night, Yagura, obey to Kyubey.
    (17:57:17) ±Current Team: Soldier
    (17:57:17) ±Time: Night 4
    (17:57:17) Make your moves, you only have 35 seconds! :
    (17:57:17) ***************************************************************************************
    (17:57:21) ±Game: You have chosen to reload Yagura!
    (17:57:23) Withoutatrace changed names and is now known as drugzinator.
    (17:57:23) Keeper of Night: nk@4?
    (17:57:25) Keeper of Night: :P
    (17:57:29) Cobalt: obv
    (17:57:34) drugzinator changed names and is now known as Withoutatrace.
    (17:57:54) obey to Kyubey: lol then no one win
    (17:57:54) ***************************************************************************************
    (17:57:54) Times Up! :
    (17:57:54) ±Game: You have been converted and changed roles!
    (17:57:54) ±Game: You are a Soldier!
    (17:57:54) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (17:57:54) No one died! :
    (17:57:54) ***************************************************************************************
    (17:57:54) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (17:57:54) ±Current Players: Cobalt, Keeper of Night, Yagura, obey to Kyubey.
    (17:57:54) ±Current Team: Soldier
    (17:57:54) ±Time: Day 4
    (17:57:54) You have 5 seconds to debate who are the bad guys! :
    (17:57:54) ***************************************************************************************
    (17:57:59) ***************************************************************************************
    (17:57:59) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (17:57:59) ±Current Players: Cobalt, Keeper of Night, Yagura, obey to Kyubey.
    (17:57:59) ±Current Team: Soldier
    (17:57:59) ±Time: Night 5
    (17:57:59) Make your moves, you only have 35 seconds! :
    (17:57:59) ***************************************************************************************
    (17:58:03) Kurapika left the channel.
    (17:58:03) ±Murkrow: kurapika was banned from mafia by R​oild for 4 hours! [Reason: Following teamvote] [Channel: Mafia]
    (17:58:03) Keeper of Night: called it
    (17:58:04) ±Game: You have chosen to camp Yagura!
    (17:58:09) Norton. left the channel.
    (17:58:09) ±Murkrow: Norton. was banned from mafia by R​oild for 4 hours! [Reason: Following teamvote] [Channel: Mafia]
    (17:58:12) Cobalt: dont tell me im banned
    (17:58:15) Cobalt: please dont ...
    (17:58:23) Keeper of Night: i didnt team vote
    (17:58:24) Keeper of Night: im good
    (17:58:26) Cobalt: idk why lol but i always get scared when ppl get banned
    (17:58:34) ***************************************************************************************
    (17:58:34) Times Up! :
    (17:58:34) ±Game: You can camp 1 more times.
    (17:58:34) ±Kill: Keeper of Night (Soldier) died!
    (17:58:34) ***************************************************************************************
    (17:58:34) ±Current Roles: Soldier, Soldier, Soldier.
    (17:58:34) ±Current Players: Cobalt, Yagura, obey to Kyubey.
    (17:58:34) ±Current Team: Soldier
    (17:58:34) ±Time: Day 5
    (17:58:34) You have 5 seconds to debate who are the bad guys! :
    (17:58:34) ***************************************************************************************
    (17:58:34) Arcanine left the channel.
    (17:58:39) ***************************************************************************************
    (17:58:39) ±Current Roles: Soldier, Soldier, Soldier.
    (17:58:39) ±Current Players: Cobalt, Yagura, obey to Kyubey.
    (17:58:39) ±Current Team: Soldier
    (17:58:39) ±Time: Night 6
    (17:58:39) Make your moves, you only have 35 seconds! :
    (17:58:39) ***************************************************************************************
    (17:58:45) ±Game: You cannot use this action for 1 night(s)!
    (17:58:49) ±Game: You have chosen to kill Cobalt!
    (17:59:08) tyrant joined the channel.
    (17:59:14) ***************************************************************************************
    (17:59:14) Times Up! :
    (17:59:14) ±Game: NO AMMO
    (17:59:14) ±Kill: Cobalt (Soldier) died!
    (17:59:14) ***************************************************************************************
    (17:59:14) ±Current Roles: Soldier, Soldier.
    (17:59:14) ±Current Players: Yagura, obey to Kyubey.
    (17:59:14) ±Current Team: Soldier
    (17:59:14) ±Time: Day 6
    (17:59:14) You have 5 seconds to debate who are the bad guys! :
    (17:59:14) ***************************************************************************************
    (17:59:21) ***************************************************************************************
    (17:59:21) ±Current Roles: Soldier, Soldier.
    (17:59:22) ±Current Players: Yagura, obey to Kyubey.
    (17:59:22) ±Current Team: Soldier
    (17:59:22) ±Time: Night 7
    (17:59:22) Make your moves, you only have 35 seconds! :
    (17:59:22) ***************************************************************************************
    (17:59:26) ±Game: You are out of uses for this action!
    (17:59:29) ±Dratini: mystery person was mysteriously kicked by H​annah!
    (17:59:30) ±Game: You have chosen to camp Yagura!
    (17:59:49) Keeper of Night left the channel.
    (17:59:49) ±Game: You cannot use this action during this night!
    (17:59:56) ***************************************************************************************
    (17:59:56) Times Up! :
    (17:59:56) ±Game: You can camp 0 more times.
    (17:59:56) No one died! :
    (17:59:56) ***************************************************************************************
    (17:59:56) ±Current Roles: Soldier, Soldier.
    (17:59:56) ±Current Players: Yagura, obey to Kyubey.
    (17:59:56) ±Current Team: Soldier
    (17:59:56) ±Time: Day 7
    (17:59:56) You have 5 seconds to debate who are the bad guys! :
    (17:59:56) ***************************************************************************************
    (18:00:01) ***************************************************************************************
    (18:00:01) ±Current Roles: Soldier, Soldier.
    (18:00:01) ±Current Players: Yagura, obey to Kyubey.
    (18:00:01) ±Current Team: Soldier
    (18:00:01) ±Time: Night 8
    (18:00:01) Make your moves, you only have 35 seconds! :
    (18:00:01) ***************************************************************************************
    (18:00:02) ±Game: You have chosen to reload Yagura!
    (18:00:37) ***************************************************************************************
    (18:00:37) Times Up! :
    (18:00:37) ±Game: You have been converted and changed roles!
    (18:00:37) ±Game: You are a Soldier!
    (18:00:37) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (18:00:37) ±Game: You were killed during the night!
    (18:00:37) ±Kill: Yagura (Soldier) died!
    (18:00:37) ±Game: The Soldier (obey to Kyubey) wins!
    (18:00:37) ***************************************************************************************[/HIDE]

    1. Idk if the suicide reveals it's use because it says ~Self~ instead.

    2. Why can't I switch between actions?
     
  28. Cobalt

    Cobalt Embrace the Cold

    Joined:
    Mar 10, 2013
    Messages:
    214
    Likes Received:
    1
    I'm really liking this theme! ;]
     
  29. Joeypals!!

    Joeypals!! Don't you worry 'bout a thing~

    Joined:
    Dec 30, 2011
    Messages:
    2,173
    Likes Received:
    557
    PO Trainer Name:
    Joeypals
    The suicide message should have Target I think, not Self.
     
  30. MewtwoHidden

    MewtwoHidden My Hax Makes Me Famous

    Joined:
    Nov 22, 2012
    Messages:
    823
    Likes Received:
    119
    PO Trainer Name:
    MewtwoHidden
    It is sort of a Vepix theme, but it has some actual strategy to it... unfortunately I doubt it's enough to justify it... Decline [2]
     
  31. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    If I decrease the night phase, people will complain about not having enough time to use their night actions. If I increase the day phase, MAs will start complaining about stalling even more than now. I would love to, but I'm sort of trapped in my decisions.

    Adding pierce chance of 8% to all kills, removing suicide, and giving camp 1 charge.
     
  32. Fuzzysqurl

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

    Joined:
    Sep 12, 2012
    Messages:
    2,096
    Likes Received:
    967
    I don't understand the theme's coding at all. You can't be converting into roles with the same command that have charges. The charges will reset.
     
  33. Angel Flonne

    Angel Flonne macaron

    Joined:
    Jan 24, 2013
    Messages:
    509
    Likes Received:
    3
    PO Trainer Name:
    Angel Flonne
    .... which means you have to have like 5 more versions of the same role. And the kill becomes kill + copy. It's a big hassle, really.
     
  34. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Or you just follow what I said:
     
  35. Angel Flonne

    Angel Flonne macaron

    Joined:
    Jan 24, 2013
    Messages:
    509
    Likes Received:
    3
    PO Trainer Name:
    Angel Flonne
    There are 2 charges for camp, correct? Meaning that there should be three forms, Full, 1 Charge, 0 Charge. So yeah, I kindaaaaa exaggerated a little.
     
  36. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    No, you only need 2 forms. Code would be this:
    Code (text):
    1. {
    2.     "role": "killer1b",
    3.     "translation": "Soldier",
    4.     "side": "killer1",
    5.     "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    6.     "hide": true,
    7.     "actions": {
    8.         "night": {
    9.             "kill": {
    10.                 "common": "Self",
    11.                 "target": "AnyButSelf",
    12.                 "priority": 2,
    13.                 "charges": 1,
    14.                 "chargesmsg": "NO AMMO",
    15.                 "restrict": [
    16.                     "camp",
    17.                     "reload"
    18.                 ],
    19.                 "pierceChance": 0.08
    20.             },
    21.             "reload": {
    22.                 "command": "convert",
    23.                 "initialrecharge": 2,
    24.                 "target": "OnlySelf",
    25.                 "priority": 2,
    26.                 "common": "Self",
    27.                 "newRole": "killer1b",
    28.                 "silent": true,
    29.                 "restrict": [
    30.                     "camp",
    31.                     "kill"
    32.                 ]
    33.             },
    34.             "camp": {
    35.                 "command": "protect",
    36.                 "target": "OnlySelf",
    37.                 "priority": 1,
    38.                 "common": "Self",
    39.                 "chargesmsg": "You're out of breathe! Try reloading your gun first!",
    40.                 "restrict": [
    41.                     "reload",
    42.                     "kill"
    43.                 ]
    44.             }
    45.         }
    46.     }
    47. },
    48. {
    49.     "role": "killer1",
    50.     "translation": "Soldier",
    51.     "side": "killer1",
    52.     "help": "Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!",
    53.     "hide": true,
    54.     "actions": {
    55.         "night": {
    56.             "kill": {
    57.                 "common": "Self",
    58.                 "target": "AnyButSelf",
    59.                 "priority": 2,
    60.                 "charges": 1,
    61.                 "chargesmsg": "NO AMMO",
    62.                 "restrict": [
    63.                     "camp",
    64.                     "reload"
    65.                 ],
    66.                 "pierceChance": 0.08
    67.             },
    68.             "reload": {
    69.                 "command": "convert",
    70.                 "initialrecharge": 2,
    71.                 "target": "OnlySelf",
    72.                 "priority": 2,
    73.                 "common": "Self",
    74.                 "newRole": "killer1b",
    75.                 "silent": true,
    76.                 "restrict": [
    77.                     "camp",
    78.                     "kill"
    79.                 ]
    80.             },
    81.             "camp": {
    82.                 "command": "protect",
    83.                 "target": "OnlySelf",
    84.                 "priority": 1,
    85.                 "common": "Self",
    86.                 "charges": 1,
    87.                 "chargesmsg": "You're out of breathe! Try reloading your gun first!",
    88.                 "restrict": [
    89.                     "reload",
    90.                     "kill"
    91.                 ]
    92.             }
    93.         }
    94.     }
    95. }
    Note that the difference between the roles is that killer1b doesn't have 'charges' for /camp. Both forms will always convert to killer1b.
    What happens here is that everytime you convert, you carry on your charges and recharge from your previous role unless the new role sets a new charges/initialrecharge. That means the charges limit you get when you are 'killer1' is still valid when you become 'killer1b'.
    BTW, I put 'killer1b' before 'killer1' so the player won't see 2 conversions message when they first use /reload (priority tiebreaking stuff).

    As a reference, I use that for Ghosts theme (Framer and Priest) and Trainers (Pansage/Pansear/Panpour with STAB), and that's also the reason that MP's Impersonator has /identify instead of /inspect (otherwise, he only have 1 charge for /inspect even if he becomes Veteran). Trainers also has extra roles to make sure a caught killer that uses /runaway won't have the initialrecharge for /kill again.
     
    Last edited: Oct 22, 2013
  37. Angel Flonne

    Angel Flonne macaron

    Joined:
    Jan 24, 2013
    Messages:
    509
    Likes Received:
    3
    PO Trainer Name:
    Angel Flonne
    (19:55:28) ±Game: You're out of breathe! Try reloading your gun first!

    It should be breath.
     
  38. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    @Fuzzy, I got that a while ago, it was only until Rice told me on the server that I understood what he meant. I had no idea what to do with that until now.

    I'll do what Rice said later; heading off to school now to take my exams, also going to go to the doctor to get my eye checked out.
    edit: angel and your ninja posts haha
     
  39. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Log:
    (00:21:50) ***************************************************************************************
    (00:21:50) ±Game: Seakrit started a game with theme OIC (One in the Chamber)!
    (00:21:50) ±Game: Type /Join to enter the game!
    (00:21:50) ***************************************************************************************

    (00:21:50) ±Game: One in the Chamber. In this theme, each player has one life, and one bullet. Their goal is to eliminate everyone else! Players can use /Kill to eliminate non-Campers, /Camp to hide from kills for a turn, and /Reload their guns, but they can use only one! If a gun is fired, you have to /reload. Camping protects you from kills.
    (00:21:50) ±Game: Seakrit joined the game!
    (00:21:53) ±Game: EddyGamerFTW joined the game!
    (00:21:53) ±Game: Supremial joined the game!
    (00:21:54) ±Game: Wr4et joined the game!
    (00:21:54) ±Game: froggydojo joined the game!
    (00:21:55) Oprojo1 joined the channel.
    (00:21:56) ±Game: IceKirby joined the game!
    (00:21:57) ±Game: MegaCharizardXXX joined the game!
    (00:21:57) ±Game: MegaGardevoir joined the game!
    (00:22:02) Wr4et: this game... is the kind where everyone aims at me n1
    (00:22:03) Wr4et: and ded
    (00:22:07) Wr4et: instantly
    (00:22:08) ±Game: Joeypals joined the game!
    (00:22:09) Seakrit: me too
    (00:22:12) Praanoob joined the channel.
    (00:22:19) ±Game: MegaGardevoir unjoined the game!

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

    (00:22:20) ±Game: Mai Li joined the game!
    (00:22:23) Wr4et: i might as well not protect n1 then
    (00:22:25) Seakrit: hey JoeyP
    (00:22:28) ±Game: Brofessor Jeff joined the game!
    (00:22:29) ***************************************************************************************
    (00:22:29) Times Up! :
    (00:22:29) The Roles have been Decided! :
    (00:22:29) ±Game: You are a Soldier!
    (00:22:29) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (00:22:29) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (00:22:29) ±Current Players: Brofessor Jeff, EddyGamerFTW, IceKirby, Joeypals, Mai Li, MegaCharizardXXX, Seakrit, Supremial, Wr4et, froggydojo.
    (00:22:29) ±Current Team: Soldier
    (00:22:29) ±Time: Night 1
    (00:22:29) Make your moves, you only have 15 seconds! :
    (00:22:29) ***************************************************************************************
    (00:22:29) Joeypals: Everyone I am pleased to announce that after 4 days of work that the Danny Phantom theme is finally scripted~
    (00:22:30) Wr4et: if it has to be, it will be
    (00:22:38) Mai Li: THis theme again
    (00:22:39) Mai Li: ..
    (00:22:44) ***************************************************************************************
    (00:22:44) Times Up! :
    (00:22:44) ±Kill: Mai Li (Soldier) died!
    (00:22:44) ***************************************************************************************
    (00:22:44) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (00:22:44) ±Current Players: Brofessor Jeff, EddyGamerFTW, IceKirby, Joeypals, MegaCharizardXXX, Seakrit, Supremial, Wr4et, froggydojo.
    (00:22:44) ±Current Team: Soldier
    (00:22:44) ±Time: Day 1
    (00:22:44) You have 20 seconds to debate who are the bad guys! :
    (00:22:44) ***************************************************************************************
    (00:22:47) Seakrit: lol
    (00:22:53) EddyGamerFTW: wow dat fast
    (00:23:03) Joeypals: If only bbyJesus was on atm, ik he was interested XD
    (00:23:03) EddyGamerFTW: people type fast
    (00:23:04) ***************************************************************************************
    (00:23:04) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (00:23:04) ±Current Players: Brofessor Jeff, EddyGamerFTW, IceKirby, Joeypals, MegaCharizardXXX, Seakrit, Supremial, Wr4et, froggydojo.
    (00:23:04) ±Current Team: Soldier
    (00:23:04) ±Time: Night 2
    (00:23:04) Make your moves, you only have 15 seconds! :
    (00:23:04) ***************************************************************************************
    (00:23:19) ***************************************************************************************
    (00:23:19) Times Up! :
    (00:23:19) ±Kill: Wr4et (Soldier) died!
    (00:23:19) ±Kill: MegaCharizardXXX (Soldier) died!
    (00:23:19) ±Kill: froggydojo (Soldier) died!
    (00:23:19) ***************************************************************************************
    (00:23:19) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (00:23:19) ±Current Players: Brofessor Jeff, EddyGamerFTW, IceKirby, Joeypals, Seakrit, Supremial.
    (00:23:19) ±Current Team: Soldier
    (00:23:19) ±Time: Day 2
    (00:23:19) You have 20 seconds to debate who are the bad guys! :
    (00:23:19) ***************************************************************************************
    (00:23:19) ±Dratini: yafael was mysteriously kicked by R​edJoker25!
    (00:23:20) ±CommandBot: The command camp doesn't exist
    (00:23:31) Simon7448 left the channel.
    (00:23:31) Simon7448 joined the channel.
    (00:23:39) ***************************************************************************************
    (00:23:39) ±Current Roles: Soldier, Soldier, Soldier, Soldier, Soldier, Soldier.
    (00:23:39) ±Current Players: Brofessor Jeff, EddyGamerFTW, IceKirby, Joeypals, Seakrit, Supremial.
    (00:23:39) ±Current Team: Soldier
    (00:23:39) ±Time: Night 3
    (00:23:39) Make your moves, you only have 15 seconds! :
    (00:23:39) ***************************************************************************************
    (00:23:43) Supremial: Why fight when we can negotiate?
    (00:23:46) ±Game: You have chosen to kill Brofessor Jeff!
    (00:23:49) Seakrit: camping
    (00:23:54) ***************************************************************************************
    (00:23:54) Times Up! :
    (00:23:54) ±Kill: EddyGamerFTW (Soldier) died!
    (00:23:54) ±Game: NO AMMO
    (00:23:54) ±Kill: Brofessor Jeff (Soldier) died!
    (00:23:54) ***************************************************************************************
    (00:23:54) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (00:23:54) ±Current Players: IceKirby, Joeypals, Seakrit, Supremial.
    (00:23:54) ±Current Team: Soldier
    (00:23:54) ±Time: Day 3
    (00:23:54) You have 20 seconds to debate who are the bad guys! :
    (00:23:54) ***************************************************************************************
    (00:23:55) Joeypals: Cause everyone's too lazy to type /suicide
    (00:23:56) Joeypals: lol
    (00:24:05) Oprojo1 left the channel.
    (00:24:13) Supremial: NO AMMO
    (00:24:14) ***************************************************************************************
    (00:24:14) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (00:24:14) ±Current Players: IceKirby, Joeypals, Seakrit, Supremial.
    (00:24:14) ±Current Team: Soldier
    (00:24:14) ±Time: Night 4
    (00:24:14) Make your moves, you only have 15 seconds! :
    (00:24:14) ***************************************************************************************
    (00:24:15) Supremial: wtf
    (00:24:23) ±Game: You have chosen to camp IceKirby!
    (00:24:27) EddyGamerFTW left the channel.
    (00:24:29) ***************************************************************************************
    (00:24:29) Times Up! :
    (00:24:29) ±Game: You're out of breathe! Try reloading your gun first!
    (00:24:29) No one died! :
    (00:24:29) ***************************************************************************************
    (00:24:29) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (00:24:29) ±Current Players: IceKirby, Joeypals, Seakrit, Supremial.
    (00:24:29) ±Current Team: Soldier
    (00:24:29) ±Time: Day 4
    (00:24:29) You have 20 seconds to debate who are the bad guys! :
    (00:24:29) ***************************************************************************************
    (00:24:39) ±Game: You are a Soldier!
    (00:24:39) ±Game: Type /Kill to kill someone! Type /Camp to hide from kills for a turn! After you fired a shot, you can type /Reload to search for spare bullets. You can only use one of these commands, though!
    (00:24:44) Supremial: was Everyone tried to hit me?
    (00:24:45) Nicehat left the channel.
    (00:24:49) ***************************************************************************************
    (00:24:49) ±Current Roles: Soldier, Soldier, Soldier, Soldier.
    (00:24:49) ±Current Players: IceKirby, Joeypals, Seakrit, Supremial.
    (00:24:49) ±Current Team: Soldier
    (00:24:49) ±Time: Night 5
    (00:24:49) Make your moves, you only have 15 seconds! :
    (00:24:49) ***************************************************************************************
    (00:24:50) ±Game: You have chosen to reload IceKirby!
    (00:24:56) ±Dratini: ! HC ! HC/Mods=Bias was muted by s​ulcata for 2 hours! [Reason: Trolling] [Channel: Tohjo Falls]
    (00:24:59) IceKirby won against Mai Li.
    (00:25:05) ***************************************************************************************
    (00:25:05) Times Up! :
    (00:25:05) ±Game: You were killed during the night!
    (00:25:05) ±Kill: IceKirby (Soldier) died!
    (00:25:05) ***************************************************************************************
    (00:25:05) ±Current Roles: Soldier, Soldier, Soldier.
    (00:25:05) ±Current Players: Joeypals, Seakrit, Supremial.
    (00:25:05) ±Time: Day 5
    (00:25:05) You have 20 seconds to debate who are the bad guys! :
    (00:25:05) ***************************************************************************************
    (00:25:11) Seakrit: joeyp
    (00:25:16) Joeypals: Oui?
    (00:25:25) ***************************************************************************************
    (00:25:25) ±Current Roles: Soldier, Soldier, Soldier.
    (00:25:25) ±Current Players: Joeypals, Seakrit, Supremial.
    (00:25:25) ±Time: Night 6
    (00:25:25) Make your moves, you only have 15 seconds! :
    (00:25:25) ***************************************************************************************
    (00:25:40) ***************************************************************************************
    (00:25:40) Times Up! :
    (00:25:40) No one died! :
    (00:25:40) ***************************************************************************************
    (00:25:40) ±Current Roles: Soldier, Soldier, Soldier.
    (00:25:40) ±Current Players: Joeypals, Seakrit, Supremial.
    (00:25:40) ±Time: Day 6
    (00:25:40) You have 20 seconds to debate who are the bad guys! :
    (00:25:40) ***************************************************************************************
    (00:25:52) Seakrit: this reminds me of the hunger games
    (00:25:55) Mai Li changed names and is now known as Mai Li is AFK.
    (00:26:00) ***************************************************************************************
    (00:26:00) ±Current Roles: Soldier, Soldier, Soldier.
    (00:26:00) ±Current Players: Joeypals, Seakrit, Supremial.
    (00:26:00) ±Time: Night 7
    (00:26:00) Make your moves, you only have 15 seconds! :
    (00:26:00) ***************************************************************************************
    (00:26:03) Joeypals: You too? XD
    (00:26:08) Supremial: lol
    (00:26:15) ***************************************************************************************
    (00:26:15) Times Up! :
    (00:26:15) ±Kill: Joeypals (Soldier) died!
    (00:26:15) ***************************************************************************************
    (00:26:15) ±Current Roles: Soldier, Soldier.
    (00:26:15) ±Current Players: Seakrit, Supremial.
    (00:26:15) ±Time: Day 7
    (00:26:15) You have 20 seconds to debate who are the bad guys! :
    (00:26:15) ***************************************************************************************
    (00:26:30) Seakrit: hey
    (00:26:32) Supremial: so,
    (00:26:35) ***************************************************************************************
    (00:26:35) ±Current Roles: Soldier, Soldier.
    (00:26:35) ±Current Players: Seakrit, Supremial.
    (00:26:35) ±Time: Night 8
    (00:26:35) Make your moves, you only have 15 seconds! :
    (00:26:35) ***************************************************************************************
    (00:26:50) ***************************************************************************************
    (00:26:50) Times Up! :
    (00:26:50) ±Kill: Supremial (Soldier) died!
    (00:26:50) ±Game: The Soldier (Seakrit) wins!
    (00:26:50) ***************************************************************************************
    (00:26:53) Wr4et: *(W)as (e)veryone (trying) to hit me. Supremial, those are the grammar corrections on your sentence
    (00:27:03) Seakrit: i came out the victor
    (00:27:03) Wr4et: gramma nazi here
    (00:27:12) Supremial: Lectures, I hate dem
    (00:27:13) IceKirby: Soldier won again

    And suggestion: What if /kill had 2 charges instead of 1? With only 1 charge, game is too predictable, as it's fairly obvious when people will have to reload. 2 charges could greatly increase the number of sequences you can try (kill>camp>kill>reload, kill>reload>kill>kill, etc), and possibly would make /camp more valuable.
     
  40. Joeypals!!

    Joeypals!! Don't you worry 'bout a thing~

    Joined:
    Dec 30, 2011
    Messages:
    2,173
    Likes Received:
    557
    PO Trainer Name:
    Joeypals
    While I see where that logical standpoint comes from IceKirby, it's called One in the Chamber, not Two in the Chamber.
     
Thread Status:
Not open for further replies.