SSBB

Discussion in 'Active Themes' started by IceKirby, Sep 24, 2012.

  1. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Link: http://dl.dropbox.com/u/10065307/Mafia/SSBB.js
    Code:
    Code (text):
    1. {
    2.     "name": "SSBB",
    3.     "author": [
    4.         "Hoboman2.0",
    5.         "RiceKirby"
    6.     ],
    7.     "summary": "Nintendo's all-stars collide in a wild and crazy mafia theme, in this one Brawl to end them all! No brawler is safe at any moment, be it mafia or villager... Created by Hoboman2.0 and resurrected by RiceKirby, PM them if you want to leave any comments and suggestions.",
    8.     "border": "***~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~^~",
    9.     "minplayers": 7,
    10.     "sides": [
    11.         {
    12.             "side": "village",
    13.             "translation": "Good People"
    14.         },
    15.         {
    16.             "side": "mafia1",
    17.             "translation": "Hyrulian Mafia"
    18.         },
    19.         {
    20.             "side": "mafia2",
    21.             "translation": "Italian Mafia"
    22.         },
    23.         {
    24.             "side": "mafia3",
    25.             "translation": "Penguin Mafia"
    26.         },
    27.         {
    28.             "side": "mafia4",
    29.             "translation": "Meta Knight"
    30.         },
    31.         {
    32.             "side": "werewolf",
    33.             "translation": "Wolf"
    34.         },
    35.         {
    36.             "side": "godfather1",
    37.             "translation": "Purin"
    38.         },
    39.         {
    40.             "side": "godfather2",
    41.             "translation": "Game & Watch"
    42.         }
    43.     ],
    44.     "roles": [
    45.         {
    46.             "role": "villager",
    47.             "translation": "Mario",
    48.             "side": "village",
    49.             "help": "If you don't know who Mario is, get out from under your rock! You don’t have any special commands during the night, but you do have a tiny chance to find out who is going to be killed! Vote to remove people in the day!",
    50.             "actions": {
    51.                 "hax": {
    52.                     "kill": {
    53.                         "revealTeam": 0.07,
    54.                         "revealPlayer": 0.02
    55.                     },
    56.                     "poison": {
    57.                         "revealTeam": 0.06,
    58.                         "revealPlayer": 0.03
    59.                     }
    60.                 }
    61.             }
    62.         },
    63.         {
    64.             "role": "mason",
    65.             "translation": "Luigi",
    66.             "side": "village",
    67.             "help": "You are also known as King of Second Bananas! You don’t have any special commands during the night, but you know your fellow Luigis! Oh, and your vote counts as -1!",
    68.             "info": "Knows other Luigis. Vote counts as -1. Sided with Good People",
    69.             "actions": {
    70.                 "vote": -1,
    71.                 "startup": "role-reveal"
    72.             }
    73.         },
    74.         {
    75.             "role": "inspector",
    76.             "translation": "Lucas",
    77.             "side": "village",
    78.             "help": "Due to your amazing PSI abilities, you can type /inspect [name] to find someone's identity! Due to being a minor, your vote only counts for 0.5 though!",
    79.             "info": "Can inspect one person during the night. Vote counts as 0.5. Power up if Ness is defeated. Sided with Good People.",
    80.             "actions": {
    81.                 "night": {
    82.                     "inspect": {
    83.                         "target": "AnyButSelf",
    84.                         "common": "Self",
    85.                         "priority": 21
    86.                     }
    87.                 },
    88.                 "vote": 0.5
    89.             }
    90.         },
    91.         {
    92.             "role": "inspector2",
    93.             "translation": "Lucas",
    94.             "side": "village",
    95.             "help": "Your determination has increased! You still can use /inspect [name] during the night, but now your vote counts as 1.5 and you have a 50% chance of evading daykills!",
    96.             "info": "Can inspect one person during the night. Vote counts as 1.5. Has a 50% chance of evading daykills. Appears if Ness is defeated while Lucas is alive. Sided with Good People.",
    97.             "actions": {
    98.                 "night": {
    99.                     "inspect": {
    100.                         "target": "AnyButSelf",
    101.                         "common": "Self",
    102.                         "priority": 21
    103.                     }
    104.                 },
    105.                 "vote": 1.5,
    106.                 "daykill": {
    107.                     "mode": {
    108.                         "evadeChance": 0.5
    109.                     }
    110.                 }
    111.             }
    112.         },
    113.         {
    114.             "role": "bodyguard1",
    115.             "translation": "Ness",
    116.             "side": "village",
    117.             "help": "You are a PSI extrodinare from Eagleland! Because of your mastery of PSI, you can type /protect [name] to protect someone from any harmful effect (including poison)! PSI also allows you have a small chance of finding out who gets killed next! (No action). Your vote counts for 0.5 though, due to being a minor.",
    118.             "info": "Can protect + safeguard one person during the night. Get hax on kill. Vote counts as 0.5. Sided with Good People",
    119.             "actions": {
    120.                 "night": {
    121.                     "protect": {
    122.                         "command": [
    123.                             "safeguard",
    124.                             "protect"
    125.                         ],
    126.                         "target": "AnyButSelf",
    127.                         "common": "Self",
    128.                         "priority": 3
    129.                     }
    130.                 },
    131.                 "hax": {
    132.                     "kill": {
    133.                         "revealTeam": 0.3,
    134.                         "revealPlayer": 0.05
    135.                     }
    136.                 },
    137.                 "vote": 0.5,
    138.                 "onDeath": {
    139.                     "convertRoles": {
    140.                         "inspector": "inspector2"
    141.                     },
    142.                     "convertmsg": "Lucas' determination increased due to Ness' defeat!"
    143.                 }
    144.             }
    145.         },
    146.         {
    147.             "role": "bodyguard2",
    148.             "translation": "Donkey Kong",
    149.             "side": "village",
    150.             "help": "You are a fairly huge ape! Type /protect [name] to protect someone! You can protect two people, due to your giant size. Because you are an ape, you are immune to distraction!",
    151.             "actions": {
    152.                 "night": {
    153.                     "protect": {
    154.                         "target": "AnyButSelf",
    155.                         "common": "Self",
    156.                         "priority": 6,
    157.                         "limit": 2
    158.                     }
    159.                 },
    160.                 "distract": {
    161.                     "mode": "ignore",
    162.                     "msg": "The ~Distracter~ came to you last night! You ignored her!"
    163.                 }
    164.             }
    165.         },
    166.         {
    167.             "role": "hooker1",
    168.             "translation": "Peach",
    169.             "side": "village",
    170.             "help": "You are the Princess of the Mushroom Kingdom! Type /distract [name] to distract someone! Vote to remove people in the day! Due to being a princess, your vote counts as 2!",
    171.             "actions": {
    172.                 "night": {
    173.                     "distract": {
    174.                         "target": "AnyButSelf",
    175.                         "common": "Self",
    176.                         "priority": 1
    177.                     }
    178.                 },
    179.                 "vote": 2
    180.             }
    181.         },
    182.         {
    183.             "role": "vigilante1",
    184.             "translation": "Link",
    185.             "side": "village",
    186.             "help": "Known as the Hero of Time, you can type /kill [name] to kill someone using the Master Sword!",
    187.             "actions": {
    188.                 "night": {
    189.                     "kill": {
    190.                         "target": "AnyButSelf",
    191.                         "common": "Self",
    192.                         "priority": 17
    193.                     }
    194.                 }
    195.             }
    196.         },
    197.         {
    198.             "role": "samurai1",
    199.             "translation": "Captain Falcon",
    200.             "side": "village",
    201.             "help": "You are a famous F-Zero Racer! You dont have any special commands during the night, but you can use /punch [name] during the standby to defeat someone with a punch (you will be revealed though). And your vote counts as 3, because YOU ARE A FREAKING CAPTAIN! ",
    202.             "actions": {
    203.                 "standby": {
    204.                     "punch": {
    205.                         "target": "AnyButSelf",
    206.                         "msg": "You can kill now using /punch [name] :",
    207.                         "killmsg": "~Self~ pulls out a fist and punches it through ~Target~'s chest! FALCON PAUWNCH!",
    208.                         "command": "kill"
    209.                     }
    210.                 },
    211.                 "vote": 3
    212.             }
    213.         },
    214.         {
    215.             "role": "samurai2",
    216.             "translation": "Marth",
    217.             "side": "village",
    218.             "help": "As the King of Altea, you can type /kill [name] during the day phase to kill someone! You will have a 33% chance of revealing your identity though!",
    219.             "info": "Can kill one person during the standby (33% chance of revealing). Sided with Good People.",
    220.             "actions": {
    221.                 "standby": {
    222.                     "kill": {
    223.                         "target": "AnyButSelf",
    224.                         "msg": "You can kill now using /kill [name] :",
    225.                         "killmsg": "Marth pulls out a sword and strikes it through ~Target~'s chest! Critical Hit!",
    226.                         "revealChance": 0.33,
    227.                         "revealmsg": "±Game: After using Critical Hit, Marth tripped and was revealed to be ~Self~!"
    228.                     }
    229.                 }
    230.             }
    231.         },
    232.         {
    233.             "role": "miller",
    234.             "translation": "Pit",
    235.             "side": "village",
    236.             "help": "If you don't know who Mario is, get out from under your rock! You don’t have any special commands during the night, but you do have a tiny chance to find out who is going to be killed! Vote to remove people in the day!",
    237.             "info": "Sees itself as Mario, but gets inspected as Meta Knight. Sided with Good People.",
    238.             "actions": {
    239.                 "inspect": {
    240.                     "revealAs": "mafia4boss"
    241.                 },
    242.                 "startup": {
    243.                     "revealAs": "villager"
    244.                 },
    245.                 "onlist": "mafia4boss"
    246.             }
    247.         },
    248.         {
    249.             "role": "spy",
    250.             "translation": "Snake",
    251.             "side": "village",
    252.             "help": "You are Solid Snake, commando of FOXHOUND! You can find out who is going to get killed, poisoned or inspected next (no command for this ability)! You can use /stalk [name] to tell who someone visited during the night!",
    253.             "actions": {
    254.                 "night": {
    255.                     "stalk": {
    256.                         "target": "AnyButSelf",
    257.                         "common": "Self",
    258.                         "priority": 23
    259.                     }
    260.                 },
    261.                 "hax": {
    262.                     "kill": {
    263.                         "revealTeam": 0.35,
    264.                         "revealPlayer": 0.1
    265.                     },
    266.                     "poison": {
    267.                         "revealTeam": 0.25,
    268.                         "revealPlayer": 0.1
    269.                     },
    270.                     "inspect": {
    271.                         "revealTeam": 0.2,
    272.                         "revealPlayer": 0.1
    273.                     }
    274.                 }
    275.             }
    276.         },
    277.         {
    278.             "role": "vigilante2",
    279.             "translation": "Samus",
    280.             "side": "village",
    281.             "help": "You are an amazing bounty hunter! Type /kill [name] to kill someone using a missile every night, and /distract [name] to distract someone every 2 nights! Your Morph Ball transformation and your Power Suit grants you a 10% chance of dodging nightkills and 50% chance of evading poison! You can also change to Zero Suit Samus using /zero [yourname], but you can't change forms and use your other abilities at the same night!",
    282.             "actions": {
    283.                 "kill": {
    284.                     "mode": {
    285.                         "evadeChance": 0.1
    286.                     }
    287.                 },
    288.                 "poison": {
    289.                     "mode": {
    290.                         "evadeChance": 0.5
    291.                     }
    292.                 },
    293.                 "night": {
    294.                     "kill": {
    295.                         "target": "AnyButSelf",
    296.                         "common": "Self",
    297.                         "priority": 19,
    298.                         "initialrecharge": 1,
    299.                         "restrict": [
    300.                             "zero"
    301.                         ]
    302.                     },
    303.                     "distract": {
    304.                         "target": "AnyButSelf",
    305.                         "common": "Self",
    306.                         "priority": 2,
    307.                         "recharge": 2,
    308.                         "initialrecharge": 1,
    309.                         "restrict": [
    310.                             "zero"
    311.                         ]
    312.                     },
    313.                     "zero": {
    314.                         "target": "OnlySelf",
    315.                         "common": "Self",
    316.                         "command": "convert",
    317.                         "priority": 0,
    318.                         "newRole": "hooker2",
    319.                         "canConvert": [
    320.                             "vigilante2"
    321.                         ],
    322.                         "convertmsg": "Samus took her clothes off!",
    323.                         "restrict": [
    324.                             "kill",
    325.                             "distract"
    326.                         ]
    327.                     }
    328.                 }
    329.             }
    330.         },
    331.         {
    332.             "role": "hooker2",
    333.             "translation": "Zero Suit Samus",
    334.             "side": "village",
    335.             "help": "You took your clothes off, and became Zero Suit Samus. You can /distract [name] every night, but can only /kill [name] every 2 nights! You now have a 10% chance of dodging poison, but a 50% chance of dodging kills. You can put on your Power Suit again by typing /power [yourname], but you can't change forms and use your other actions during the same night.",
    336.             "actions": {
    337.                 "kill": {
    338.                     "mode": {
    339.                         "evadeChance": 0.5
    340.                     }
    341.                 },
    342.                 "poison": {
    343.                     "mode": {
    344.                         "evadeChance": 0.1
    345.                     }
    346.                 },
    347.                 "night": {
    348.                     "kill": {
    349.                         "target": "AnyButSelf",
    350.                         "common": "Self",
    351.                         "priority": 19,
    352.                         "recharge": 2,
    353.                         "initialrecharge": 1,
    354.                         "restrict": [
    355.                             "power"
    356.                         ]
    357.                     },
    358.                     "distract": {
    359.                         "target": "AnyButSelf",
    360.                         "common": "Self",
    361.                         "priority": 2,
    362.                         "initialrecharge": 1,
    363.                         "restrict": [
    364.                             "power"
    365.                         ]
    366.                     },
    367.                     "power": {
    368.                         "target": "OnlySelf",
    369.                         "common": "Self",
    370.                         "command": "convert",
    371.                         "priority": 0,
    372.                         "newRole": "vigilante2",
    373.                         "canConvert": [
    374.                             "hooker2"
    375.                         ],
    376.                         "convertmsg": "Samus put her Suit back on!",
    377.                         "restrict": [
    378.                             "kill",
    379.                             "distract"
    380.                         ]
    381.                     }
    382.                 }
    383.             }
    384.         },
    385.         {
    386.             "role": "bomb",
    387.             "translation": "Sonic",
    388.             "side": "village",
    389.             "help": "You are the fastest thing alive! If someone tries to kill you, you will kill them back, and you even survive if it's a daykill! Due to being annoying, your vote count as 0!",
    390.             "actions": {
    391.                 "kill": {
    392.                     "mode": "killattacker"
    393.                 },
    394.                 "daykill": "revenge",
    395.                 "daykillrevengemsg": "~Target~ tries to hit ~Self~ (Sonic), but ~Self~ dodges, making ~Target~ fall from the stage!",
    396.                 "vote": 0
    397.             }
    398.         },
    399.         {
    400.             "role": "mayor",
    401.             "translation": "Olimar",
    402.             "side": "village",
    403.             "help": "An Employee of the Hocotate Freights, your vote counts as 6 due to the multitude of Pikmins! Also, your space suit makes you immune to poison!",
    404.             "actions": {
    405.                 "poison": {
    406.                     "mode": "ignore"
    407.                 },
    408.                 "vote": 6
    409.             }
    410.         },
    411.         {
    412.             "role": "mafia1",
    413.             "translation": "Ganondorf",
    414.             "side": "mafia1",
    415.             "help": "You are the King of Evil! Type /kill [name] to kill someone (shared with your teammates)!",
    416.             "actions": {
    417.                 "night": {
    418.                     "kill": {
    419.                         "target": "AnyButTeam",
    420.                         "common": "Team",
    421.                         "priority": 15,
    422.                         "broadcast": "team"
    423.                     }
    424.                 },
    425.                 "startup": "team-reveal-with-roles"
    426.             }
    427.         },
    428.         {
    429.             "role": "mafia1boss",
    430.             "translation": "Ganon",
    431.             "side": "mafia1",
    432.             "help": "You are the great big beast that resides within Ganondorf! Type /kill [name] to kill someone (shared with your teammates)! You can't be distracted or daykilled, but you will revert to your Ganondorf form if you get lynched!",
    433.             "actions": {
    434.                 "night": {
    435.                     "kill": {
    436.                         "target": "AnyButTeam",
    437.                         "common": "Team",
    438.                         "priority": 15,
    439.                         "broadcast": "team"
    440.                     }
    441.                 },
    442.                 "distract": {
    443.                     "mode": "ignore",
    444.                     "msg": "The ~Distracter~ came to you last night! She barely escaped! Bwa. Hah. Hah. HAAAAA!"
    445.                 },
    446.                 "daykill": "evade",
    447.                 "lynch": {
    448.                     "convertTo": "mafia1",
    449.                     "convertmsg": "~Old~ took ~Count~% of damage and reverted to its ~New~ form!"
    450.                 },
    451.                 "startup": "team-reveal-with-roles"
    452.             }
    453.         },
    454.         {
    455.             "role": "mafia2",
    456.             "translation": "Wario",
    457.             "side": "mafia2",
    458.             "help": "You are the rather chubby Anti-Mario! Type /poison [name] to poison someone, which causes them die next night! You also have a slight chance of discovering people who have the protect command!",
    459.             "actions": {
    460.                 "night": {
    461.                     "poison": {
    462.                         "target": "AnyButTeam",
    463.                         "common": "Team",
    464.                         "priority": 9,
    465.                         "broadcast": "team",
    466.                         "poisonDeadMessage": "You got killed by the poison of Wa-Wa-Wario!"
    467.                     }
    468.                 },
    469.                 "hax": {
    470.                     "protect": {
    471.                         "revealPlayer": 0.1
    472.                     }
    473.                 },
    474.                 "startup": "team-reveal-with-roles"
    475.             }
    476.         },
    477.         {
    478.             "role": "mafia2boss",
    479.             "translation": "Wario Man",
    480.             "side": "mafia2",
    481.             "help": "You are Wario Man, Wario's Alter Ego! Type /kill [name] to kill someone! Type /poison [name] to poison someone, and they will die the following night, and this goes through protect!",
    482.             "actions": {
    483.                 "night": {
    484.                     "poison": {
    485.                         "target": "AnyButTeam",
    486.                         "common": "Team",
    487.                         "priority": 9,
    488.                         "broadcast": "team",
    489.                         "poisonDeadMessage": "You got killed by the poison of Wa-Wa-Wario!"
    490.                     },
    491.                     "kill": {
    492.                         "target": "AnyButTeam",
    493.                         "common": "Self",
    494.                         "priority": 14,
    495.                         "broadcast": "team"
    496.                     }
    497.                 },
    498.                 "startup": "team-reveal-with-roles"
    499.             }
    500.         },
    501.         {
    502.             "role": "mafia3boss",
    503.             "translation": "King Dedede",
    504.             "side": "mafia3",
    505.             "help": "You are the greedy king of Dream Land! Type /kill [name] to kill someone! You are a king, so your vote counts as 4!",
    506.             "actions": {
    507.                 "night": {
    508.                     "kill": {
    509.                         "target": "AnyButTeam",
    510.                         "common": "Self",
    511.                         "priority": 16,
    512.                         "broadcast": "Team"
    513.                     }
    514.                 },
    515.                 "vote": 4,
    516.                 "onDeath": {
    517.                     "convertRoles": {
    518.                         "mafia3": "mafia4"
    519.                     },
    520.                     "convertmsg": "±Game: Upon losing their King, the Waddle Doos joined the Meta Knight team!"
    521.                 },
    522.                 "startup": "team-reveal-with-roles"
    523.             }
    524.         },
    525.         {
    526.             "role": "mafia3",
    527.             "translation": "Waddle Doo",
    528.             "side": "mafia3",
    529.             "help": "You are the rather innocent servant of the greedy king of Dream Land! Type /protect [name] during the night to protect your king. You also evade daykills due to being inconspicuous, and inspections reveal you as an innocent Mario, due to being pure of heart! Your vote counts for 0.5, due to being a servant! If King Dedede dies, you will be sided with Meta Knight!",
    530.             "info": "Can protect one person during the night. Vote counts as 0.5. Can't be daykilled. Inspected as Mario. Sided with Penguin Mafia, but changes to Meta Knight's team if King Dedede dies.",
    531.             "actions": {
    532.                 "night": {
    533.                     "protect": {
    534.                         "target": "AnyButSelf",
    535.                         "common": "Self",
    536.                         "priority": 7,
    537.                         "broadcast": "Team"
    538.                     }
    539.                 },
    540.                 "inspect": {
    541.                     "revealAs": "villager"
    542.                 },
    543.                 "daykill": "evade",
    544.                 "vote": 0.5,
    545.                 "startup": "team-reveal-with-roles"
    546.             }
    547.         },
    548.         {
    549.             "role": "mafia4boss",
    550.             "translation": "Meta Knight",
    551.             "side": "mafia4",
    552.             "help": "You are the honorable and badass mysterious captain of the Halberd! You can type /kill [name] during the day phase to kill someone! You will not be revealed when you kill! You are on your own, but the Waddle Doos will come to your side if King Dedede dies! ",
    553.             "actions": {
    554.                 "standby": {
    555.                     "kill": {
    556.                         "target": "AnyButTeam",
    557.                         "msg": "You can kill now using /kill [name] :",
    558.                         "killmsg": "Meta Knight pulls out the holy sword, Galaxia, and strikes it through ~Target~'s chest!"
    559.                     }
    560.                 },
    561.                 "startup": "team-reveal-with-roles"
    562.             }
    563.         },
    564.         {
    565.             "role": "mafia4",
    566.             "translation": "Waddle Doo",
    567.             "side": "mafia4",
    568.             "help": "You are now sided with Meta Knight! Type /protect [name] during the night to protect your new master. You also evade daykills due to being inconspicuous, and inspections reveal you as an innocent Mario, due to being pure of heart! Your vote counts for 0.5, due to being a servant!",
    569.             "actions": {
    570.                 "night": {
    571.                     "protect": {
    572.                         "target": "AnyButSelf",
    573.                         "common": "Self",
    574.                         "priority": 7,
    575.                         "broadcast": "Team"
    576.                     }
    577.                 },
    578.                 "inspect": {
    579.                     "revealAs": "villager"
    580.                 },
    581.                 "daykill": "evade",
    582.                 "vote": 0.5,
    583.                 "startup": "team-reveal-with-roles"
    584.             }
    585.         },
    586.         {
    587.             "role": "werewolf",
    588.             "translation": "Wolf",
    589.             "side": "werewolf",
    590.             "help": "You are the dude who can't let Star Fox do stuff! Type /kill [name] to kill someone! In addition, if you get distracted, you will kill them instead! You are on your own!",
    591.             "actions": {
    592.                 "night": {
    593.                     "kill": {
    594.                         "target": "AnyButSelf",
    595.                         "common": "Self",
    596.                         "priority": 11
    597.                     }
    598.                 },
    599.                 "distract": {
    600.                     "mode": "ChangeTarget",
    601.                     "hookermsg": "You tried to distract Wolf (what an idea, srsly), you were ravishly shot at!",
    602.                     "msg": "The ~Distracter~ came to you last night! You devoured her instead !"
    603.                 },
    604.                 "avoidHax": [
    605.                     "kill"
    606.                 ]
    607.             }
    608.         },
    609.         {
    610.             "role": "godfather1",
    611.             "translation": "Jigglypuff",
    612.             "side": "godfather1",
    613.             "help": "You are the balloon Pokémon! Type /kill [name] during the night to kill someone! Type /kill [name2] again to kill a second target! You can also type /distract [name] during the night to put someone to sleep! You are on your own!",
    614.             "actions": {
    615.                 "night": {
    616.                     "kill": {
    617.                         "target": "AnyButTeam",
    618.                         "common": "Self",
    619.                         "priority": 18,
    620.                         "limit": 2
    621.                     },
    622.                     "distract": {
    623.                         "target": "AnyButTeam",
    624.                         "common": "Self",
    625.                         "priority": 5
    626.                     }
    627.                 },
    628.                 "avoidHax": [
    629.                     "kill"
    630.                 ],
    631.                 "startup": "team-reveal-with-roles"
    632.             }
    633.         },
    634.         {
    635.             "role": "godfather2",
    636.             "translation": "Mr. Game & Watch",
    637.             "side": "godfather2",
    638.             "help": "You are a resident of the Flat Zone! You can type /poison [name] during the night to defeat someone after one day, but with luck that person will be killed immediately (25% chance)! You can also type /judge [name] to stalk someone's movements, and, with some luck, find their identity (20% chance) or even kill them (10% chance). You reveal as Mario when inspected, and you are on your own!",
    639.             "info": "Can poison one person during the night (with a 25% chance of killing immediately). Can judge one person during the night (70% chance of stalking, 20% inspecting, 10% killing). Inspected as Mario. Sided with Mr. Game & Watch.",
    640.             "actions": {
    641.                 "night": {
    642.                     "poison": {
    643.                         "target": "AnyButTeam",
    644.                         "common": "Self",
    645.                         "priority": 13,
    646.                         "command": {
    647.                             "poison": 0.75,
    648.                             "kill": 0.25
    649.                         }
    650.                     },
    651.                     "judge": {
    652.                         "target": "AnyButTeam",
    653.                         "common": "Self",
    654.                         "priority": 20,
    655.                         "command": {
    656.                             "stalk": 0.7,
    657.                             "inspect": 0.2,
    658.                             "kill": 0.1
    659.                         }
    660.                     }
    661.                 },
    662.                 "inspect": {
    663.                     "revealAs": "villager"
    664.                 },
    665.                 "startup": "team-reveal-with-roles"
    666.             }
    667.         },
    668.         {
    669.             "role": "kirby",
    670.             "translation": "Kirby",
    671.             "side": {
    672.                 "random": {
    673.                     "village": 0.05,
    674.                     "mafia1": 0.15,
    675.                     "mafia2": 0.15,
    676.                     "mafia3": 0.15,
    677.                     "mafia4": 0.15,
    678.                     "godfather1": 0.15,
    679.                     "godfather2": 0.15
    680.                 }
    681.             },
    682.             "help": "You are the adorable plush resident of Dream Land! Due to your versality, you can use almost any action during the night, but with limited charges (kill x1, poison x1, protect x2, inspect x2, stalk x2, distract x3). You are sided with a random team, so help them win!",
    683.             "info": "Can kill (1 charge), poison (1 charge), protect (2 charges), inspect (2 charges), stalk (2 charges) and distract (3 charges) during the night. Sided with a random team.",
    684.             "actions": {
    685.                 "night": {
    686.                     "protect": {
    687.                         "target": "AnyButSelf",
    688.                         "common": "Self",
    689.                         "priority": 8,
    690.                         "charges": 2
    691.                     },
    692.                     "distract": {
    693.                         "target": "AnyButSelf",
    694.                         "common": "Self",
    695.                         "priority": 4,
    696.                         "charges": 3
    697.                     },
    698.                     "poison": {
    699.                         "target": "AnyButSelf",
    700.                         "common": "Self",
    701.                         "priority": 10,
    702.                         "charges": 1
    703.                     },
    704.                     "kill": {
    705.                         "target": "AnyButSelf",
    706.                         "common": "Self",
    707.                         "priority": 12,
    708.                         "charges": 1
    709.                     },
    710.                     "inspect": {
    711.                         "target": "AnyButSelf",
    712.                         "common": "Self",
    713.                         "priority": 22,
    714.                         "charges": 2
    715.                     },
    716.                     "stalk": {
    717.                         "target": "AnyButSelf",
    718.                         "common": "Self",
    719.                         "priority": 24,
    720.                         "charges": 2
    721.                     }
    722.                 },
    723.                 "startup": {
    724.                     "team-revealif": [
    725.                         "mafia1",
    726.                         "mafia2",
    727.                         "mafia3",
    728.                         "mafia4",
    729.                         "godfather1",
    730.                         "godfather2"
    731.                     ]
    732.                 }
    733.             }
    734.         }
    735.     ],
    736.     "roles1": [
    737.         "mafia1",
    738.         "mafia1",
    739.         "werewolf",
    740.         "hooker1",
    741.         "mason",
    742.         "mason",
    743.         "villager",
    744.         "villager",
    745.         "mafia1boss",
    746.         "samurai1"
    747.     ],
    748.     "roles2": [
    749.         "inspector",
    750.         "bodyguard1",
    751.         "hooker1",
    752.         "mafia1",
    753.         "mafia1",
    754.         "mafia2",
    755.         "mafia2",
    756.         "villager",
    757.         "villager",
    758.         "mason",
    759.         "mason",
    760.         "mafia4boss",
    761.         "spy",
    762.         "miller",
    763.         "mafia1boss",
    764.         "samurai1",
    765.         "mafia2boss",
    766.         "vigilante1"
    767.     ],
    768.     "roles3": [
    769.         "inspector",
    770.         "bodyguard1",
    771.         "bodyguard2",
    772.         "hooker1",
    773.         "villager",
    774.         "villager",
    775.         "miller",
    776.         "mason",
    777.         "mason",
    778.         "samurai1",
    779.         "mafia1",
    780.         "mafia1",
    781.         "mafia1boss",
    782.         "mafia2",
    783.         "mafia2",
    784.         "mafia2boss",
    785.         "mafia3",
    786.         "mafia3boss",
    787.         "mafia4boss",
    788.         "spy",
    789.         "villager",
    790.         "kirby",
    791.         "mason",
    792.         "vigilante1",
    793.         "godfather2",
    794.         "villager",
    795.         "mafia3",
    796.         "bomb",
    797.         "mayor",
    798.         "mafia1",
    799.         "vigilante2",
    800.         "mafia2",
    801.         "villager",
    802.         "godfather1",
    803.         "samurai2",
    804.         "villager"
    805.     ],
    806.     "villageCantLoseRoles": [
    807.         "inspector2",
    808.         "hooker1",
    809.         "hooker2",
    810.         "samurai1",
    811.         "samurai2",
    812.         "vigilante1",
    813.         "vigilante2",
    814.         "mayor",
    815.         "kirby"
    816.     ],
    817.     "killmsg": "±Announcer: ~Player~(~Role~) has been thrown off of the screen!",
    818.     "killusermsg": "You have been thrown off the screen!"
    819. }
    [/HIDE]
    Since Cake is not going to work on SSBB+ for a while and Hoboman left me as a co-author for SSBB for cases like this, I'm reposting SSBB. Please note that I made some changes to this version.

    Roles:
    Good People
    Mario: Minor Hax (Kill, Poison)
    Luigi: -1 vote, knows other Luigis
    Lucas: Inspect, 0.5 votes, power up if Ness dies (Inspect, 1.5 votes, 50% daykill evasion)
    Ness: Protect + Safeguard, 0.5 votes, Hax on Kill
    Donkey Kong: Bodyguard (Limit:2), Ignore Distractors
    Peach: Distract, 2 votes
    Captain Falcon: Daykill (revealed), 3 votes
    Sonic: Daykill Revenge, Nightkill Bomb, 0 votes
    Snake: Stalk, Hax on Kill, Poison and Inspect
    Link: Nightkill
    Samus: Kill, Distract (recharge: 2), 10% evade on kill, 50% on poison, can change to Zero Suit Samus
    Zero Suit Samus: Distract, Kill (recharge: 2), 10% evade on poison, 50% on kill, can change to Power Suit Samus
    Olimar: 6 votes, immune to poison
    Marth: Daykill (33% reveal chance)
    Pit: Inspected as Meta Knight, sees itself as Mario

    Hyrulian Mafia
    Ganondorf: Nightkill
    Ganon: Nightkill, Ignore Distractors, can't be daykilled, convert to Ganondorf when lynched

    Italian Mafia
    Wario: Poison, Hax on protect
    Wario Man: Poison, Nightkill

    Penguin Mafia
    King Dedede: Nightkill, 4 votes
    Waddle Doo: Protect, 0.5 votes, Inspected as Mario, Can't be daykilled, change to Meta Knight's team if Dedede dies

    Meta Knight
    Meta Knight: Daykill (concealed)

    Wolf
    Wolf: Nightkill, avoids hax, kill distractors. Only appears in small games.

    Jigglypuff
    Jigglypuff: Nightkill (limit:2), Distract, avoid hax. Only appears in really big games.

    Mr. Game & Watch
    Mr. Game & Watch: Poison (Has a 25% chance of killing instead of poisoning), Judge (70% chance of stalking, 20% chance of inspecting, 10% chance of killing), Inspected as Mario

    Kirby
    Kirby: All Actions with charges (1 kills, 2 inspects, 1 poison, 3 distracts, 2 protects, 2 stalk), Sided with a random team (low chance of siding with village).[/HIDE]
    Note that I removed (at least for now) some roles compared to the version before the Great Theme Deletion. Removed roles were Bowser (irrelevant, Ganondorf can do the same thing), Ice Climbers (merged with Jigglypuff), Lucario (Saving for better ideas) and Yoshi (it wasn't implemented anyway). Other roles were (slightly) changed for balancing.

    I don't think I need to explain fully how the theme work, so I'll focus on the changes I made.
    The theme still rely a lot on roles like Luigi and Captain Falcon, who can reveal themselves (even if risky) to organize the good people, since this was, from my point of view, the strong point of this theme. This version has an increased number of Marios and Olimar appearing slightly earlier, so village can have a better control over the voting phase.

    Wario and Dedede's teams are pratically intact. Ganon got a simple buff to make it slightly more resistant (it can basically survive one lynch). Meta Knight, who would side with Dedede in large games in the previous version, is alone again now, but it will recruit the surviving Waddle Doos in case King Dedede dies, making it an interesting crossfiring/conflict point for the bad guys. Mr. Game & Watch is a different type of solo role that has a lower firepower but can find information, and, with some luck, get an extra kill.

    Finally, Kirby is now closer to how Hoboman wanted it to be, but due to balancing issues, I thought it was not a good idea to have him as a village-sided role. I'm still not sure if Kirby would fit better as a Conspirator or a Random Team role, but this role is meant to support whichever team he can with some nice variety but limited actions.

    I'd like to point to the roles spawn list as an important factor in this theme. Reading the roles, it may look like there are lots of killers, but some of them (Samus, Marth, Jigglypuff) only appear at really large games (30+ players). Also, please note that only one Samus form can be in a same game (same for Lucas).

    Spawn List:
    Small Games (Minimum: 7 players).
    1. Ganondorf (mafia1)
    2. Ganondorf (mafia1)
    3. Wolf (werewolf)
    4. Peach (hooker1)
    5. Luigi (mason)
    6. Luigi (mason)
    7. Mario (villager)
    8. Mario (villager)
    9. Ganon (mafia1boss)
    10. Captain Falcon (samurai1)

    Medium Games
    1. Lucas (inspector)
    2. Ness (bodyguard1)
    3. Peach (hooker1)
    4. Ganondorf (mafia1)
    5. Ganondorf (mafia1)
    6. Wario (mafia2)
    7. Wario (mafia2)
    8. Mario (villager)
    9. Mario (villager)
    10. Luigi (mason)
    11. Luigi (mason)
    12. Meta Knight (mafia4boss)
    13. Snake (spy)
    14. Pit (miller)
    15. Ganon (mafia1boss)
    16. Captain Falcon (samurai1)
    17. Wario Man (mafia2boss)
    18. Link (vigilante1)

    Large Games
    1. Lucas (inspector)
    2. Ness (bodyguard1)
    3. Donkey Kong (bodyguard2)
    4. Peach (hooker1)
    5. Mario (villager)
    6. Mario (villager)
    7. Pit (miller)
    8. Luigi (mason)
    9. Luigi (mason)
    10. Captain Falcon (samurai1)
    11. Ganondorf (mafia1)
    12. Ganondorf (mafia1)
    13. Ganon (mafia1boss)
    14. Wario (mafia2)
    15. Wario (mafia2)
    16. Wario Man (mafia2boss)
    17. Waddle Doo (mafia3)
    18. King Dedede (mafia3boss)
    19. Meta Knight (mafia4boss)
    20. Snake (spy)
    21. Mario (villager)
    22. Kirby (kirby)
    23. Luigi (mason)
    24. Link (vigilante1)
    25. Mr. Game & Watch (godfather2)
    26. Mario (villager)
    27. Waddle Doo (mafia3)
    28. Sonic (bomb)
    29. Olimar (mayor)
    30. Ganondorf (mafia1)
    31. Samus (vigilante2)
    32. Wario (mafia2)
    33. Mario (villager)
    34. Jigglypuff (godfather1)
    35. Marth (samurai2)
    36. Mario (villager)
    [/HIDE]Priority List:
    1. Peach (Distract)
    2. Samus (Distract)
    3. Ness (Protect + Safeguard)
    4. Kirby (Distract)
    5. Jigglypuff (Distract)
    6. Donkey Kong (Protect)
    7. Waddle Doo (Protect)
    8. Kirby (Protect)
    9. Wario/Wario Man (Poison)
    10. Kirby (Poison)
    11. Wolf (Kill)
    12. Kirby (Kill)
    13. Mr. Game & Watch (Poison)
    14. Wario Man (Kill)
    15. Ganondorf/Ganon (Kill)
    16. King Dedede (Kill)
    17. Link (Kill)
    18. Jigglypuff (Kill)
    19. Samus (Kill)
    20. Mr. Game & Watch (Judge)
    21. Lucas (Inspect)
    22. Kirby (Inspect)
    23. Snake (Stalk)
    24. Kirby (Stalk)
    [/HIDE]
     
    Last edited: Sep 26, 2012
  2. Xinc

    Xinc Time for Oras?

    Joined:
    Aug 1, 2011
    Messages:
    1,569
    Likes Received:
    14
    This theme reworked isn't bad. As a "Mafia Channel legacy" it maintains its own feel, while being substantially different from default. I see that smaller games keep a parallel to default's smaller games. But nonetheless, it's a good theme and I liked the reworking you pulled, rice.
     
  3. Zzyzx Road

    Zzyzx Road Member

    Joined:
    Feb 16, 2012
    Messages:
    572
    Likes Received:
    2
    PO Trainer Name:
    Zzyzx Road
    Being converted to dork when lynched would just waste a Hyrulian nightkill if Peach is smart. :/

    Maybe Sonic's original daykill evasion were better than his current revenge, seen as a random daykill may get a big threat out too early. Also, his /reveal eases his connection way too much; he already can't be killed, and unless Sonic's evidently AFK a Mafia would never claim Sonic.

    Mariohax doesn't look high, but when playing it almost always gets a lot of nightkillers revealed, unless you already reduced the chances?

    Dedede should evade hax, in my opinion.
     
  4. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    It still wastes a turn for the village. Also, Ganon is not explicitly revealed when lynched (although it shouldn't be hard to guess). If you think it's not enough, I could make it convert to a Ganondorf version that ignores/kill distractors.

    Sonic is a role I'm willing to change a lot if needed. I could remove one of the bomb abilities and/or its /taunt, or I could even make it evade safeguards (so Sonic would be more vulnerable to Wario).

    No, I kept the chances for now. I'm thinking about either reducing Mario or Ness' hax (or both), since there are more Marios now.

    BRB copying from Kirby theme then- oh, I mean, I could have that too since it's the only killer in its team, but it used to work as it is (could be different now due to increase of Marios). I'll think about it.
     
    Last edited: Sep 24, 2012
  5. Oh So Shoddy

    Oh So Shoddy Devil's Advocate

    Joined:
    Jul 19, 2011
    Messages:
    219
    Likes Received:
    0
    Maybe I'm just a bad person inside but I like it when the bad guys win... some of the times at least. I've always hated the ease at which Luigis facilitate connects.

    I actually like the fact that Sonic blows himself and somebody up. I prefer seeing this than him gallivanting around and gathering all the good guys in one night, making the game come down to just process of elimination. Yeah he might take somebody vital. But that's the point. Do damage and move on. Keep the game interesting, exciting.

    I like the changes that I see so far. Many of the roles seem as unique as they should be. Mr. G&W, Jigglypuff. Oh, and I like Kirby. He's basically an unscripted conspirator. With the correct tools at his disposal to make his role even more interesting. The possible dissent in the DDD camp is a nice touch too.

    I want to look over the old theme to see the changes in more detail. As well as find out what the deal is with the + before saying anything final on this.

    Good job.
    Bias_mode disabled[/HIDE]
     
  6. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    Oh hey this theme.

    Well, it's way simplified from SSBB+ alright, while still keeping that hectic feel of the original game.

    I disagree with removing Bowser though. Although he performs essentially the same role as Ganondorf, he adds one thing to the thing- flavour, which is always nice when it doesn't get in the way of strategy (it doesn't in this case).

    There are still too many lone roles, and none of them are remotely close to winning without a fortuitous chain of events. Even the two main mafia teams are kinda small. Perhaps the Hyrulian and Italian Mafia could be combined (no team reveal on each other?) as games get larger. I think SSBB+ had something like that.

    Yeah, take out Sonic's reveal, lest his bomb powers go to waste. Luigis are enough for connecting.

    And Kirby seems extremely OP. I understand he's in your username, but come on. Getting Kirby on you team practically gives you 5 more power roles in one.

    Really, village is quite strong in its current state. Something that goes for just about all themes, default included, but it's something to be aware of.
     
  7. Oh So Shoddy

    Oh So Shoddy Devil's Advocate

    Joined:
    Jul 19, 2011
    Messages:
    219
    Likes Received:
    0
    I wouldn't mind seeing more mafia implemented.

    Kirby is limited by his charges. He can only perform each action so many times and he has no evasion or self-protect. He helps to balance the seemingly minute number of mafia.
     
  8. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    I understand that, but he gets way too many charges on them. 3 distracts? 2 protects? Everything else? Fact is, whichever side gets him will gain an absolutely massive advantage, and makes luck play too much of a role in the theme. And what if he appears on the village side? Mafia can say bye to any chance they have of winning.

    I suggest toning down Kirby to only be able to use each command once (still extremely powerful), making him not appear on the village side (or at a very low rate), and moving him later in the roles list so a game of 10 players doesn't get overwhelmed by his godly abilities.
     
  9. Oh So Shoddy

    Oh So Shoddy Devil's Advocate

    Joined:
    Jul 19, 2011
    Messages:
    219
    Likes Received:
    0
    I'll agree with... reducing his chances of appearing on the villy side. they don't need help (1%, forget them). As well as pushing his appearance back since he's such a little badass.
    Idk if each command needs to be limited to 1 only though. Not ready to agree with that part.
     
  10. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    I want to keep it as simple as possible, so, at least for now, Bowser is not needed (would be cool? Yeah, but it's a low priority IMO). Same thing for merging teams: I feel like the lose their identity if they are merged, making things more confusing (one may start a game and not notice it's a merged teams game).

    Regarding the solo roles, remember that Wolf only appears in small games. For the others, Jigglypuff has a good firepower, Meta Knight is the only fully concealed daykiller and can get some bodyguards and Mr. Game & Watch may need something else (maybe inspect as Mario and/or 2 votes?). Also, none of those can be haxed.

    Regarding Kirby, he only has one charge for both kill and poison, making him more of a support role for its team. And remember that those actions will be wasted if failing (protected user, distracting a role with no night actions, etc). If you still think it's too much, I could restrict him so he can only use one of his commands per night.
    BTW, I like the idea of having Kirby with a smaller chance of getting sided with village, since it makes them wonder who Kirby is sided with.

    About village being strong, that's balanced in the spawn list. If you compare with the previous version, you will notice more Marios and some PRs only appearing later. Mafia Teams sizes are the same as before (only removal was Ice Climbers, but I increased Mr. Game & Watch's firepower). Unless anyone thinks the SSBB version before the deletion had a really OP village, they they should be weaker in this version.

    BTW, I removed Sonic's /taunt and reduced Mario and Ness' hax.
     
    Last edited: Sep 25, 2012
  11. Katia

    Katia Haxy Haxy!

    Joined:
    Apr 17, 2012
    Messages:
    261
    Likes Received:
    0
    It looks like Lucas is supposed to be powered up when Ness dies, but I don't see the role that he changes into. Was that an idea that was supposed to be scrapped?
     
  12. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    The role is there in the code, right below Lucas. In the roles summary, his power up is right after the normal ability.
     
  13. Ozma

    Ozma Grunt in the machine

    Joined:
    May 11, 2010
    Messages:
    319
    Likes Received:
    1
    Really liking what you've done to change it, and really hope that the theme returns sometime soon. Though opinions on Kirby seem a little mixed. Perhaps he targets someone n1 (simulating his 'suck-up-absorb') and then join the team of who he targets/gains their abilities?
     
  14. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    They're strong, yes, but they lack in numbers. One single rand takes them out of the game for good, although it's easier said than done. More likely they'll cause a lot of damage with all their kills, but ultimately lose because they don't have the numbers to back them up. This is a problem with all lone roles as a whole, and this theme has up to 3 at a time. Kirby may make one of them that much more powerful, but you cannot rely on him. I can't be 100% sure since you shrunk the village, but it's something to think about.

    And yeah, I like Ozma's idea, letting the player choose instead of the server. I'm not sure how you would code that though.
     
  15. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    That idea for Kirby is not possible currently. It's not hard to code that feature, but I'm not going to code that only for one role. I'd rather work with what it's available for now.
    I could use SSBB+'s Kirby idea, but I guess everyone remember that 90% of the time the players would change to the same role.

    Also, because Jigglypuff appears only at 34 players, most games will have only 2 lone roles (same as FF). And one of those roles can get bodyguards during the game, and there's still Kirby.
     
  16. Yttrium

    Yttrium Well-Known Member Developer Developer

    Joined:
    Sep 29, 2010
    Messages:
    619
    Likes Received:
    283
    PO Trainer Name:
    Yttrium
    I like how you were able to make this different from the original SSBB, but leave enough elements from it to give it the same feel. The use of new features makes it better than the ways they were used before IMO. It seems better than before, being less of a killfest and not having an absurd amount of roles. It's not exactly perfect, though, with what was said above, and small games seem default-ish still. The voting is also weird then, with the odd votes (Lucas's 0.5 and Peach's 2) having a bigger impact here than at higher amounts of players. Peach herself could tie against 2 Ganondorfs and with Lucas around, ties are harder to execute...

    I think the problem of being boring at small games remains an issue with SSBB.
     
  17. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Changed roles1 list. Small games will have no Inspector or Bodyguards anymore, and village will have to rely on Luigi connection and Peach to win. Also, added a minimum of 7 players to make sure both Luigis will be in the game.
     
  18. Oh So Shoddy

    Oh So Shoddy Devil's Advocate

    Joined:
    Jul 19, 2011
    Messages:
    219
    Likes Received:
    0
    I like that idea. Changes the game-play completely, since there will be no way to confirm who is who. It also allows mafia to pose as Luigi and throw the game into confusion. I like it.
     
  19. Katia

    Katia Haxy Haxy!

    Joined:
    Apr 17, 2012
    Messages:
    261
    Likes Received:
    0
    Ah I can't believe I missed him. *fails*
     
  20. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
    Wolf's distract mode msg should be fixed
    And also you should put some more info into jiggly's description
     
  21. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Bumping because SSBB needs moar love.
     
  22. Zzyzx Road

    Zzyzx Road Member

    Joined:
    Feb 16, 2012
    Messages:
    572
    Likes Received:
    2
    PO Trainer Name:
    Zzyzx Road
    I like how the Waddle Doos are working, I don't know if that was there already but I've seen it just now, good job. Although MK is still weak until he lucks out on Dedede's death.

    Overall I like how you're directing the theme, I'll wait for a few other changes and details for now.
     
  23. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    I think that Waddle having -1.5 votes was better (reference to SSBB+)
     
  24. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Both SSBB and SSBB+ tried to add something for Waddle Doos in case King Dedede died, I just used a different method, so you can say that was there in a different way.
    I can't change anything else if I don't get more feedback, so I'd like to ask either for some more criticism or an official approve/decline.

    For a mafia-sided role that can't kill, having negative votes would only be useful for stalling. Also, I wanted to give village more control over the voting phase, so adding a negative voter to the bad guys (which already has King Dedede) would be too confusing.
     
  25. Scatterbrain

    Scatterbrain You only live once*

    Joined:
    Jul 5, 2012
    Messages:
    865
    Likes Received:
    4
  26. Oh So Shoddy

    Oh So Shoddy Devil's Advocate

    Joined:
    Jul 19, 2011
    Messages:
    219
    Likes Received:
    0
    Not quite sure what else I was waiting to see in this theme. I guess I was just hoping to see the complete destruction of all things Luigi. Allowing those pestering villagers to come together. Hacks!

    But I suppose I shall subdue the darker side of this dark entity known as Oh So Shoddy and settle for Meta Knight rampaging through the town in broad daylight. I long to see this occurring once again. And with the Waddles sitting in the wings eager to switch sides, I'm thoroughly excited.

    Anyway...

    Super! Smash! Brothers! APPROVED!
     
  27. Nainil

    Nainil The International of PO

    Joined:
    Sep 27, 2010
    Messages:
    107
    Likes Received:
    1
    I like this theme. The balance changes you have made to incorporate all the new commands look just right. It's almost like a perfect theme. Except nothing is perfect...

    This will get an Approval [2] from me. I'd love to see it playtested for the minor tweaks each theme will need.
     
  28. Dark Phoenix

    Dark Phoenix Multidimensional Hero

    Joined:
    Jul 30, 2011
    Messages:
    153
    Likes Received:
    0
    Why not have it so that Lucas and Ness are twin roles?

    Just an idea; dunno if that was already mentioned or a concept you thought of but I thought it'd be cool.

    Regardless... I don't see any reason why the theme should be held back other than that it's a pr fest , as it is no longer resembles a PR fest.

    Approved #3.
     
  29. Oh So Shoddy

    Oh So Shoddy Devil's Advocate

    Joined:
    Jul 19, 2011
    Messages:
    219
    Likes Received:
    0
    Not quite sure what is meant by 'twin roles' but I like the idea of a sniper going berserk after his spotter dies. In the same sense, an inspector being a bit more rash and making bolder moves after losing his bodyguard is definitely a nice interpretation of the roles. I like it the way it is.
     
  30. Shiny Rayquaza

    Shiny Rayquaza Your nightmare!

    Joined:
    Jan 20, 2012
    Messages:
    398
    Likes Received:
    0
    I think he is referring to the twins feature.

    It's like, if Role A dies, Role B will auto convert into whatever role he is set to. Is the twins feature even available?
     
  31. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Because Lucas' twin is Claus, not Ness. [/Mother3Reference]

    Jokes aside, that's a reference to Subspace Emissary, when Lucas gets braver after Ness is defeated. Since Ness doesn't get that motivation boost, I didn't add such ability.
     
  32. Li Q. Assir

    Li Q. Assir Mindblower

    Joined:
    Jul 31, 2012
    Messages:
    498
    Likes Received:
    0
    So you could just follow Subspace Emissary and make Lucas stronger if Ness dies and nothing happens to Ness if Lucas dies.
     
  33. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    That's what happen in the theme. Lucas gets a slight boost if Ness dies.
     
  34. DatXFire

    DatXFire Never gonna use an avatar

    Joined:
    Sep 4, 2012
    Messages:
    89
    Likes Received:
    9
    I'm a little worried about Lucas getting a 50% chance of daykill evade when Ness dies. I know waddle doo and ganon evade, but if lucas is known MK can just spam until he gets the kill.
     
  35. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    If a daykiller hits someone with a chance of evading daykills, that kill is wasted.
     
  36. DatXFire

    DatXFire Never gonna use an avatar

    Joined:
    Sep 4, 2012
    Messages:
    89
    Likes Received:
    9
    Oh, so that was changed. It used to be that, it would just say "This person is not here..." or something like that. Looks pretty good then.
     
  37. two sides of one coin

    two sides of one coin sick of all her shit

    Joined:
    Mar 1, 2012
    Messages:
    1,255
    Likes Received:
    0
    bumping etc because this needs approve
     
  38. Xinc

    Xinc Time for Oras?

    Joined:
    Aug 1, 2011
    Messages:
    1,569
    Likes Received:
    14
    I'm all for this approval.
     
  39. Tesla Elesa

    Tesla Elesa Almost Quality

    Joined:
    Aug 12, 2011
    Messages:
    530
    Likes Received:
    0
    Nice work with the subtle, yet effective changes.

    Approved [4]
     
  40. Dark Phoenix

    Dark Phoenix Multidimensional Hero

    Joined:
    Jul 30, 2011
    Messages:
    153
    Likes Received:
    0
    Just so everyone knows. The "twin role" is when one role dies - the other is effected and vice versa. ie: When you kill role a, role b gets a boost. if role b, role a is a boost. We have that now but it's not always "twin" (both roles having that onDeathconvert ability). I just thought it'd be cool but I understand why Kirby excluded that ability since it's relative to the actual game.