Earthbound

Discussion in 'Theme Development' started by Duster, Nov 15, 2013.

  1. Duster

    Duster dodgerswin 2018

    Joined:
    Sep 23, 2013
    Messages:
    378
    Likes Received:
    699
    i am parakinetic.

    yay earthbound!
    This is the theme that the Stealthy Spies made for the TCC.
    The work was done by our team, which includes Silone, Sky Sentinel, Rand, Fiery Espeon, Withoutatrace, HD (who is dead now i guess), IronStorm, and Parakinetic (me!).

    Unfortunately, after HD left, our team kind of collapsed. After a while, Silone went inactive for a long time, Sky and IronStorm disappeared, and some other stuff.
    Finally, we got our shit together when the deadline came, and we got our theme onto the server! (although really late.)

    Now that the contest is done, I've taken over maintaining this theme. I've worked on some coding errors and themes showing up on /sides, and it should be fixed. I'm relatively new to coding though, so I'm not entirely sure that the problems are all fixed.

    SO HERE'S THE CODE ENJOY AND PLEASE LEAVE FEEDBACK :D

    CODE:
    http://pastebin.com/ui9TeCYK
    Code (text):
    1. {
    2.     "name": "Earthbound",
    3.     "altname": "EB",
    4.     "minplayers": 5,
    5.     "author": [
    6.         "Silone",
    7.         "Sky Sentinel",
    8.         "Rand",
    9.         "Fiery Espeon",
    10.         "Parakinetic",
    11.         "Withoutatrace",
    12.         "Human Destoryer",
    13.         "IronStorm"
    14.     ],
    15.     "summary": "Welcome to the world of Earthbound, where Ness and his friends fight against monsters, pig soldiers, gang members, cultists, and other weird things! Watch out for Porky, Mr. Carpainter, Giygas, and other strange enemies as you fight to save the world!",
    16.     "sides": [
    17.         {
    18.             "side": "village",
    19.             "translation": "Heroes",
    20.             "winmsg": "The heroes (~Players~) have saved the planet from aliens and baddies!"
    21.         },
    22.         {
    23.             "side": "mafia",
    24.             "translation": "Sanctuary Guardians",
    25.             "winmsg": "The Sanctuary Guardians ~Players~ have protected the power of the Sanctuaries!"
    26.         },
    27.         {
    28.             "side": "mafia1",
    29.             "translation": "Happy Happy Cult",
    30.             "winmsg": "The Happy Happy Cultists (~Players~) used their paintbrushes to cover the world in blue! Long live Happy Happyism!"
    31.         },
    32.         {
    33.             "side": "mafia2",
    34.             "translation": "Pigmask Army",
    35.             "winmsg": "Porky and his soldiers (~Players~) have awakened the Dark Dragon, and have destroyed the entire world!"
    36.         },
    37.         {
    38.             "side": "mafia3",
    39.             "translation": "Shark Mafia",
    40.             "winmsg": "The Sharks, (~Players~), can now terrorize everyone in peace! Muahahaha!"
    41.         },
    42.         {
    43.             "side": "godfather",
    44.             "translation": "Giygas",
    45.             "winmsg": "Giygas (~Players~), has successfully invaded the planet! Evil power takes over humans and animals, and the world falls to the might of the aliens..."
    46.         },
    47.         {
    48.             "side": "conspirator",
    49.             "translation": "Negative Man",
    50.             "winmsg": "~Players~ has beaten all of you single-handedly. Feel ashamed."
    51.         }
    52.     ],
    53.     "roles": [
    54.         {
    55.             "role": "villager",
    56.             "translation": "Mr. Saturn",
    57.             "side": "village",
    58.             "help": "Zing! You're just a plain old Mr. Saturn. Help the village and use the power of your 1 vote and /vote during the day! Boing!",
    59.             "info": "Villager",
    60.             "actions": {}
    61.         },
    62.         {
    63.             "role": "healer",
    64.             "translation": "Poo",
    65.             "side": "village",
    66.             "help": "You are the prince of Dalaam, Poo! Use your /heal to heal your friends' status such as Diamondize and Mushroomize. You can also free a Happy Happy Cultist to make them join the village!",
    67.             "info": "Can Heal people from Mushroomize, Diamondize and Happy Happyism. Sided with the Village.",
    68.             "actions": {
    69.                 "night": {
    70.                     "heal": {
    71.                         "command": "convert",
    72.                         "target": "AnyButSelf",
    73.                         "common": "Self",
    74.                         "priority": 51,
    75.                         "usermsg": "You tried Healing Ω! You cured him/her of their status ailment.",
    76.                         "newRole": {
    77.                             "villager": [
    78.                                 "svillager"
    79.                             ],
    80.                             "shieldbomb": [
    81.                                 "sshieldbomb"
    82.                             ],
    83.                             "lucas": [
    84.                                 "slucas"
    85.                             ],
    86.                             "bodyguard": [
    87.                                 "sbodyguard"
    88.                             ],
    89.                             "vigilante": [
    90.                                 "svigilante"
    91.                             ],
    92.                             "hooker": [
    93.                                 "shooker"
    94.                             ],
    95.                             "samurai": [
    96.                                 "ssamurai"
    97.                             ],
    98.                             "ness": [
    99.                                 "sness"
    100.                             ],
    101.                             "consp": [
    102.                                 "sconsp"
    103.                             ],
    104.                             "psoldier": [
    105.                                 "spsoldier"
    106.                             ],
    107.                             "porky": [
    108.                                 "sporky"
    109.                             ],
    110.                             "masked": [
    111.                                 "dmasked"
    112.                             ],
    113.                             "masked": [
    114.                                 "smasked"
    115.                             ],
    116.                             "carpainter": [
    117.                                 "scarpainter"
    118.                             ],
    119.                             "happy": [
    120.                                 "shappy"
    121.                             ],
    122.                             "gfnight": [
    123.                                 "sgf"
    124.                             ],
    125.                             "dfrank": [
    126.                                 "sfrank"
    127.                             ],
    128.                             "dpogo": [
    129.                                 "spogo"
    130.                             ]
    131.                         }
    132.                     }
    133.                 },
    134.             "onDeath": {
    135.                 "convertRoles": {
    136.                     "ness": [
    137.                         "healness"
    138.                     ],
    139.                     "dness": [
    140.                         "healness"
    141.                     ],
    142.                     "sness": [
    143.                         "healness"
    144.                     ]
    145.                 }
    146.             }}
    147.         },
    148.                 {
    149.             "role": "sskate",
    150.             "translation": "Skate Punk",
    151.             "side": "mafia3",
    152.             "help": "You are the Skate Punk, one of the fastest members of the Sharks Gang! Work with your fellow Sharks to win! Since you ride on a skateboard, you can quickly go to your allies and shield them from harm! Use /protect to protect and safeguard someone!",
    153.             "info": "Silently Cursed Skate Punk. Duration of one day. Able to protect+safeguard. Has a vote of -1. Sided with the Shark mafia.",
    154.             "actions": {
    155.                 "vote": -1,
    156.                 "night": {
    157.                     "protect": {
    158.                         "command": [
    159.                             "protect",
    160.                             "safeguard"
    161.                         ],
    162.                         "target": "AnyButSelf",
    163.                         "common": "Self",
    164.                         "priority": 4
    165.                     }
    166.                 },
    167.                 "initialCondition": {
    168.                     "curse": {
    169.                         "cursedRole": "skate",
    170.                         "curseCount": 1,
    171.                         "silentCurse": true
    172.                     }
    173.                 }
    174.             }
    175.         },
    176.         {
    177.             "role": "shieldbomb",
    178.             "translation": "Flint",
    179.             "side": "village",
    180.             "help": "You are Lucas' father. You can /shield people to make any effect aimed at them go towards you. You don't go down without a fight, so anyone who kills you will also die.",
    181.             "info": "Shielder who is also a Bomb, Sided with the Village",
    182.             "actions": {
    183.                 "kill": {
    184.                     "mode": "killattackerevenifprotected"
    185.                 },
    186.                 "night": {
    187.                     "shield": {
    188.                         "common": "Self",
    189.                         "target": "AnyButSelf",
    190.                         "priority": 8
    191.                     }
    192.                 }
    193.             }
    194.         },
    195.         {
    196.             "role": "bodyguard",
    197.             "translation": "Ninten",
    198.             "side": "village",
    199.             "help": "You are Ninten, the main character of Earthbound Zero! You can either use /lifeup to safeguard, /defup to protect, or /heal to detoxify during the night!",
    200.             "info": "Either Safeguards, Protects or Detoxifies. Sided with the Village",
    201.             "actions": {
    202.                 "night": {
    203.                     "lifeup": {
    204.                         "command": "safeguard",
    205.                         "common": "Self",
    206.                         "target": "AnyButSelf",
    207.                         "priority": 4,
    208.                         "restrict": [
    209.                             "defup",
    210.                             "heal"
    211.                         ]
    212.                     },
    213.                     "defup": {
    214.                         "command": "protect",
    215.                         "common": "Self",
    216.                         "target": "AnyButSelf",
    217.                         "priority": 4,
    218.                         "restrict": [
    219.                             "lifeup",
    220.                             "heal"
    221.                         ]
    222.                     },
    223.                     "heal": {
    224.                         "command": "detox",
    225.                         "target": "Any",
    226.                         "common": "Self",
    227.                         "priority": 3,
    228.                         "msg": "~Target~ was cured of poison.",
    229.                         "targetmsg": "~Role~, cured you of poison",
    230.                         "failmsg": "~Target~ is not poisoned!",
    231.                         "restrict": [
    232.                             "defup",
    233.                             "lifeup"
    234.                         ]
    235.                     }
    236.                 },
    237.                 "onDeath": {
    238.                     "convertRoles": {
    239.                         "ness": "bgness",
    240.                         "dness": "bgness",
    241.                         "sness": "bgness"
    242.                     }
    243.                 }
    244.             }
    245.         },
    246.         {
    247.             "role": "vigilante",
    248.             "translation": "Kumatora",
    249.             "side": "village",
    250.             "help": "You are the tomboyish princess of Osohe, Kumatora! Use /thunder to attack your enemies with a powerful PK Thunder and help the village!",
    251.             "info": "Can kill one person during the night. Sided with the Village",
    252.             "actions": {
    253.                 "night": {
    254.                     "thunder": {
    255.                         "command": "kill",
    256.                         "target": "AnyButSelf",
    257.                         "common": "Self",
    258.                         "priority": 19
    259.                     }
    260.                 },
    261.                 "onDeath": {
    262.                     "convertRoles": {
    263.                         "ness": "viginess",
    264.                         "dness": "viginess",
    265.                         "sness": "viginess"
    266.                     }
    267.                 }
    268.             }
    269.         },
    270.         {
    271.             "role": "hooker",
    272.             "translation": "Duster",
    273.             "side": "village",
    274.             "help": "You are Duster, Thief of Justice! Use your thief skills to distract people with a weird /dance!",
    275.             "info": "Can distract one person during the night, Sided with the village",
    276.             "actions": {
    277.                 "night": {
    278.                     "dance": {
    279.                         "command": "distract",
    280.                         "target": "AnyButSelf",
    281.                         "common": "Self",
    282.                         "priority": 1,
    283.                         "distractmsg": "You spent the night watching some weirdo dancing... and you joined him. Having such a pleasant experience, you forgot what you were supposed to do last night.",
    284.                         "teammsg": "Your teammate kept on doing a weird dance, all night long..."
    285.                     }
    286.                 }
    287.             }
    288.         },
    289.         {
    290.             "role": "samurai",
    291.             "translation": "Paula",
    292.             "side": "village",
    293.             "help": "You are Paula, the wielder of powerful PSI attacks. You are awesome so you can use /freeze during the day to kill your enemies with PK Freeze! You will not be revealed because you're so innocent.",
    294.             "info": "Has a non-revealing Daykill, sided with the Village",
    295.             "actions": {
    296.                 "standby": {
    297.                     "freeze": {
    298.                         "command": "kill",
    299.                         "target": "AnyButSelf",
    300.                         "msg": "You can use /freeze now in order to kill someone! You won't be revealed!",
    301.                         "killmsg": "Paula used PK Freeze Ω on ~Target~ who took mortal damage!"
    302.                     }
    303.                 },
    304.                 "onDeath": {
    305.                     "convertRoles": {
    306.                         "ness": "samuness",
    307.                         "sness": "samuness",
    308.                         "dness": "samuness"
    309.                     }
    310.                 }
    311.             }
    312.         },
    313.         {
    314.             "role": "lucas",
    315.             "translation": "Lucas",
    316.             "side": "village",
    317.             "help": "You are Lucas, the main character from Earthbound 2! Due to your ability to use PSI, you can use /flash, which Inspects, Protects, and Distracts at the same time.",
    318.             "info": "Tri-command(Inspect/Distract/Protect). Sided with Village.",
    319.             "actions": {
    320.                 "night": {
    321.                     "flash": {
    322.                         "command": [
    323.                             "inspect",
    324.                             "distract",
    325.                             "protect"
    326.                         ],
    327.                         "target": "AnyButSelf",
    328.                         "common": "Self",
    329.                         "priority": 1,
    330.                         "distractmsg": "Suddenly, a flash has blinded you! You couldn't see anything, and therefore did not make any action last night.",
    331.                         "teammsg": "A bright light surrounded your partner. You were intrigued by it, preventing you from acting last night."
    332.                     }
    333.                 },
    334.                 "onDeath": {
    335.                     "convertRoles": {
    336.                         "ness": "inspness",
    337.                         "sness": "inspness",
    338.                         "dness": "inspness"
    339.                     }
    340.                 }
    341.             }
    342.         },
    343.         {
    344.             "role": "ness",
    345.             "translation": "Ness",
    346.             "side": "village",
    347.             "help": "You are Ness, the bat-wielding hero of Earthbound! You have a vote of 3 and if a PK user of your team dies, you will be able to use their commands! (only works for the first one)",
    348.             "info": "Mayor with 3 votes, If any PK user (Lucas, Poo, Kumatora, Paula and Ninten) dies, Ness will be able to use their commands (only works for the first one). Sided with the Village",
    349.             "actions": {
    350.                 "vote": 3
    351.             }
    352.         },
    353.         {
    354.             "role": "healness",
    355.             "translation": "Ness-Healer",
    356.             "side": "village",
    357.             "help": "Poo has fallen, it is your new task to continue with his doings! You can now /heal your teammates from Diamondize, Mushroomize and free Mr. Saturns from Happy Happyism! You have still a vote of 3.",
    358.             "info": "Can Heal people from Mushroomize, Diamondize and Happy Happyism. Vote counts as 3. Sided with the Village.",
    359.             "actions": {
    360.                 "vote": 3,
    361.                 "night": {
    362.                     "heal": {
    363.                         "command": "convert",
    364.                         "target": "AnyButSelf",
    365.                         "common": "Self",
    366.                         "priority": 51,
    367.                         "usermsg": "You tried Healing Ω! You cured him/her of their status ailment!.",
    368.                         "newRole": {
    369.                             "villager": [
    370.                                 "dvillager",
    371.                                 "svillager"
    372.                             ],
    373.                             "shieldbomb": [
    374.                                 "dshieldbomb",
    375.                                 "sshieldbomb"
    376.                             ],
    377.                             "lucas": [
    378.                                 "dlucas",
    379.                                 "slucas"
    380.                             ],
    381.                             "bodyguard": [
    382.                                 "dbodyguard",
    383.                                 "sbodyguard"
    384.                             ],
    385.                             "vigilante": [
    386.                                 "dvigilante",
    387.                                 "svigilante"
    388.                             ],
    389.                             "hooker": [
    390.                                 "dhooker",
    391.                                 "shooker"
    392.                             ],
    393.                             "samurai": [
    394.                                 "dsamurai",
    395.                                 "ssamurai"
    396.                             ],
    397.                             "consp": [
    398.                                 "dconsp",
    399.                                 "sconsp"
    400.                             ],
    401.                             "psoldier": [
    402.                                 "dpsoldier",
    403.                                 "spsoldier"
    404.                             ],
    405.                             "porky": [
    406.                                 "dporky",
    407.                                 "sporky"
    408.                             ],
    409.                             "masked": [
    410.                                 "dmasked",
    411.                                 "smasked"
    412.                             ],
    413.                             "carpainter": [
    414.                                 "dcarpainter",
    415.                                 "scarpainter"
    416.                             ],
    417.                             "happy": [
    418.                                 "dhappy",
    419.                                 "shappy"
    420.                             ],
    421.                             "gfnight": [
    422.                                 "dgf",
    423.                                 "gfday",
    424.                                 "sgf"
    425.                             ],
    426.                             "dfrank": [
    427.                                 "frank",
    428.                                 "sfrank"
    429.                             ],
    430.                             "dpogo": [
    431.                                 "pogo",
    432.                                 "spogo"
    433.                             ]
    434.                         }
    435.                     }
    436.                 }
    437.             },
    438.             "hide": "side"
    439.         },
    440.         {
    441.             "role": "bgness",
    442.             "translation": "Ness-Guard",
    443.             "side": "village",
    444.             "help": "Ninten has fallen, it is your new task to continue with his doings! You can either use /lifeup to safeguard, /defup to protect, or /heal to detoxify during the night! You still have a vote of 3",
    445.             "info": "Either Safeguards, Protects or Detoxifies. Vote counts as 3. Sided with the Village",
    446.             "actions": {
    447.                 "vote": 3,
    448.                 "night": {
    449.                     "lifeup": {
    450.                         "command": "safeguard",
    451.                         "common": "Self",
    452.                         "target": "AnyButSelf",
    453.                         "priority": 4,
    454.                         "restrict": [
    455.                             "defup",
    456.                             "heal"
    457.                         ]
    458.                     },
    459.                     "defup": {
    460.                         "command": "protect",
    461.                         "common": "Self",
    462.                         "target": "AnyButSelf",
    463.                         "priority": 4,
    464.                         "restrict": [
    465.                             "lifeup",
    466.                             "heal"
    467.                         ]
    468.                     },
    469.                     "heal": {
    470.                         "command": "detox",
    471.                         "target": "Any",
    472.                         "common": "Self",
    473.                         "priority": 3,
    474.                         "msg": "~Target~ was cured of poison.",
    475.                         "targetmsg": "~Role~, cured you of poison",
    476.                         "failmsg": "~Target~ is not poisoned!",
    477.                         "restrict": [
    478.                             "defup",
    479.                             "lifeup"
    480.                         ]
    481.                     }
    482.                 }
    483.             },
    484.             "hide": "side"
    485.         },
    486.         {
    487.             "role": "viginess",
    488.             "translation": "Ness-Thunder",
    489.             "side": "village",
    490.             "help": "Kumatora has fallen, it is your new task to continue with her doings! Use /thunder to attack your enemies with a powerful PK Thunder and avenge Kumatora! You still have a vote of 3.",
    491.             "info": "Can kill one person during the night. Vote counts as 3. Sided with the Village",
    492.             "actions": {
    493.                 "night": {
    494.                     "thunder": {
    495.                         "command": "kill",
    496.                         "target": "AnyButSelf",
    497.                         "common": "Self",
    498.                         "priority": 19
    499.                     }
    500.                 }
    501.             },
    502.             "hide": "side"
    503.         },
    504.         {
    505.             "role": "samuness",
    506.             "translation": "Ness-Starstorm",
    507.             "side": "village",
    508.             "help": "Paula has fallen, it is your new task to continue with her doings! Use /starstorm to make the sky fall upon your enemies, you won't be reavealed! You still have a vote of 3.",
    509.             "info": "Has a non-revealing Daykill, Vote counts as 3. Sided with the Village",
    510.             "actions": {
    511.                 "vote": 3,
    512.                 "standby": {
    513.                     "starstorm": {
    514.                         "command": "kill",
    515.                         "target": "AnyButSelf",
    516.                         "msg": "You can use /starstorm now in order to kill someone! You won't be revealed!",
    517.                         "killmsg": "PK SANDSTORM!! A huge barrage of stars fall upon ~Target~ who took mortal damage!"
    518.                     }
    519.                 }
    520.             },
    521.             "hide": "side"
    522.         },
    523.         {
    524.             "role": "inspness",
    525.             "translation": "Ness-Flash",
    526.             "side": "village",
    527.             "help": "Lucas has fallen, it is your new task to continue with his doings! You can use /flash, which Inspects, Protects, and Distracts at the same time. You still have a vote of 3.",
    528.             "info": "Tri-command(Inspect/Distract/Protect). Vote counts as 3. Sided with Village.",
    529.             "actions": {
    530.                 "vote": 3,
    531.                 "night": {
    532.                     "flash": {
    533.                         "command": [
    534.                             "inspect",
    535.                             "distract",
    536.                             "protect"
    537.                         ],
    538.                         "target": "AnyButSelf",
    539.                         "common": "Self",
    540.                         "priority": 1,
    541.                         "distractmsg": "Suddenly, a flash has blinded you! You couldn't see anything, and therefore did not make any action last night.",
    542.                         "teammsg": "A bright light surrounded your partner. You were intrigued by it, preventing you from acting last night."
    543.                     }
    544.                 },
    545.                 "onDeath": {
    546.                     "convertRoles": {
    547.                         "ness": "inspness",
    548.                         "sness": "inspness",
    549.                         "dness": "inspness"
    550.                     }
    551.                 }
    552.             },
    553.             "hide": "side"
    554.         },
    555.         {
    556.             "role": "carbon",
    557.             "translation": "Carbon Dog",
    558.             "side": "mafia",
    559.             "help": "You are the last Sanctuary Guardian, You share a kill with your team, after 3 nights you will turn into a Diamond Dog, or after being lynched, whatever happens first.",
    560.             "info": "Shares Kill with team, turns into Diamond Dog after 3 nights, turns into Diamond Dog if lynched.",
    561.             "actions": {
    562.                 "initialCondition": {
    563.                     "curse": {
    564.                         "cursedRole": "diamond",
    565.                         "curseCount": 3,
    566.                         "curseConvertMessage": "The Carbon Dog turned into a Diamond Dog."
    567.                     }
    568.                 },
    569.                 "lynch": {
    570.                     "convertTo": "diamond",
    571.                     "convertmsg": "The Carbon Dog Recieved critical damage and turned into Diamond Dog."
    572.                 },
    573.                 "night": {
    574.                     "kill": {
    575.                         "target": "AnyButTeam",
    576.                         "common": "Team",
    577.                         "broadcast": "team",
    578.                         "priority": 18
    579.                     }
    580.                 },
    581.                 "startup": "team-reveal-with-roles"
    582.             }
    583.         },
    584.         {
    585.             "role": "diamond",
    586.             "translation": "Diamond Dog",
    587.             "side": "mafia",
    588.             "help": "Now that your true powers were awoken, you can now /diamondize a target for 2 nights, every night. Diamondized targets have no action and no votes.",
    589.             "info": "Diamondizes a target for 2 nights every night, Diamondized targets have no action and 0 votes. Sided with Sanctuary Guardians.",
    590.             "actions": {
    591.                 "night": {
    592.                     "diamondize": {
    593.                         "command": "convert",
    594.                         "target": "AnyButTeam",
    595.                         "broadcast": "team",
    596.                         "common": "Self",
    597.                         "priority": 49,
    598.                         "newRole": {
    599.                             "dvillager": [
    600.                                 "villager",
    601.                                 "svillager"
    602.                             ],
    603.                             "dhealer": [
    604.                                 "healer",
    605.                                 "shealer"
    606.                             ],
    607.                             "dshieldbomb": [
    608.                                 "shieldbomb",
    609.                                 "sshieldbomb"
    610.                             ],
    611.                             "dlucas": [
    612.                                 "lucas",
    613.                                 "slucas"
    614.                             ],
    615.                             "dbodyguard": [
    616.                                 "bodyguard",
    617.                                 "sbodyguard"
    618.                             ],
    619.                             "dvigilante": [
    620.                                 "vigilante",
    621.                                 "svigilante"
    622.                             ],
    623.                             "dhooker": [
    624.                                 "hooker",
    625.                                 "shooker"
    626.                             ],
    627.                             "dsamurai": [
    628.                                 "samurai",
    629.                                 "ssamurai"
    630.                             ],
    631.                             "dness": [
    632.                                 "ness",
    633.                                 "sness"
    634.                             ],
    635.                             "dhealness": [
    636.                                 "healness",
    637.                                 "shealness"
    638.                             ],
    639.                             "dbgness": [
    640.                                 "bgness",
    641.                                 "sbgness"
    642.                             ],
    643.                             "dviginess": [
    644.                                 "viginess",
    645.                                 "sviginess"
    646.                             ],
    647.                             "dsamuness": [
    648.                                 "samuness",
    649.                                 "ssamuness"
    650.                             ],
    651.                             "dinspness": [
    652.                                 "inspness",
    653.                                 "sinspness"
    654.                             ],
    655.                             "dconsp": [
    656.                                 "consp",
    657.                                 "sconsp"
    658.                             ],
    659.                             "dpsoldier": [
    660.                                 "psoldier",
    661.                                 "spsoldier"
    662.                             ],
    663.                             "dporky": [
    664.                                 "porky",
    665.                                 "sporky"
    666.                             ],
    667.                             "dmasked": [
    668.                                 "masked",
    669.                                 "smasked"
    670.                             ],
    671.                             "dcarpainter": [
    672.                                 "carpainter",
    673.                                 "scarpainter"
    674.                             ],
    675.                             "dhappy": [
    676.                                 "happy",
    677.                                 "shappy"
    678.                             ],
    679.                             "dgf": [
    680.                                 "gfnight",
    681.                                 "gfday",
    682.                                 "sgf"
    683.                             ],
    684.                             "dfrank": [
    685.                                 "frank",
    686.                                 "sfrank"
    687.                             ],
    688.                             "dpogo": [
    689.                                 "pogo",
    690.                                 "spogo"
    691.                             ],
    692.                             "dskate": [
    693.                                 "skate",
    694.                                 "sskate"
    695.                             ],
    696.                             "dyes": [
    697.                                 "yes",
    698.                                 "syes"
    699.                             ]
    700.                         },
    701.                         "usermsg": "Your target was Diamondized."
    702.                     }
    703.                 },
    704.                 "startup": "team-reveal-with-roles"
    705.             }
    706.         },
    707.         {
    708.             "role": "dvillager",
    709.             "translation": "Diamondized Mr. Saturn",
    710.             "side": "village",
    711.             "help": "Oh no, you've been diamondized! You no longer have voting power.",
    712.             "info": "Villager with 0 vote. Sided with Village.",
    713.             "actions": {
    714.                 "vote": 0,
    715.                 "initialCondition": {
    716.                     "curse": {
    717.                         "cursedRole": "villager",
    718.                         "curseCount": 2,
    719.                         "curseConvertMessage": "A Mr. Saturn is no longer diamondized."
    720.                     }
    721.                 }
    722.             },
    723.             "hide": true
    724.         },
    725.         {
    726.             "role": "dhealer",
    727.             "translation": "Diamondized Poo",
    728.             "side": "village",
    729.             "help": "Oh no, you've been diamondized! You no longer have clerical abilities or your voting power.",
    730.             "info": "Diamondized Poo. Vote of 0. Sided with Village.",
    731.             "actions": {
    732.                 "vote": 0,
    733.                 "initialCondition": {
    734.                     "curse": {
    735.                         "cursedRole": "healer",
    736.                         "curseCount": 2,
    737.                         "curseConvertMessage": "Poo is no longer diamondized."
    738.                     }
    739.                 },
    740.                 "onDeath": {
    741.                     "convertRoles": {
    742.                         "ness": "healness",
    743.                         "dness": "healness",
    744.                         "sness": "healness"
    745.                     }
    746.                 }
    747.             },
    748.             "hide": true
    749.         },
    750.         {
    751.             "role": "dhappy",
    752.             "translation": "Diamondized Happy Happy Cultist",
    753.             "side": "mafia1",
    754.             "help": "Oh no, you've been diamondized! You are still a Happy Happy Cultist, however you no longer have your nightkill and vote power.",
    755.             "info": "Diamondized Happy Happy Cultist. Vote of 0. Sided with Happy Happyism.",
    756.             "actions": {
    757.                 "vote": 0,
    758.                 "initialCondition": {
    759.                     "curse": {
    760.                         "cursedRole": "happy",
    761.                         "curseCount": 2,
    762.                         "curseConvertMessage": "Happy Happy Cultist is no longer diamondized."
    763.                     }
    764.                 }
    765.             },
    766.             "hide": true
    767.         },
    768.         {
    769.             "role": "shappy",
    770.             "translation": "Happy Happy Cultist",
    771.             "side": "mafia1",
    772.             "help": "You are a Happy Happy Cultist! You were previously a villager, however you have became one of the cult members, following your leader Mr. Carpainter, therefore you have a shared kill every night. However, you have a vote of 1.5 and also inspect as Mr. Carpainter due to your pledged allegiane to him.",
    773.             "info": "Silently Cursed Happy Happy Cultist. Duration of one day. Able to protect+safeguard. Has a vote of -1. Sided with the Shark mafia.",
    774.             "actions": {
    775.                 "vote": -1,
    776.                 "night": {
    777.                     "kill": {
    778.                         "command": [
    779.                             "protect",
    780.                             "safeguard"
    781.                         ],
    782.                         "target": "AnyButSelf",
    783.                         "common": "Self",
    784.                         "priority": 45
    785.                     }
    786.                 },
    787.                 "initialCondition": {
    788.                     "curse": {
    789.                         "cursedRole": "happy",
    790.                         "curseCount": 1,
    791.                         "silentCurse": true
    792.                     }
    793.                 }
    794.             },
    795.             "hide": true
    796.         },
    797.         {
    798.             "role": "dshieldbomb",
    799.             "translation": "Diamondized Flint",
    800.             "side": "village",
    801.             "help": "Oh no, you've been diamondized! You are still the father of Lucas, however you lose both your shieldbomb and voting power.",
    802.             "info": "Diamondized Flint. Vote of 0. Sided with the Village.",
    803.             "actions": {
    804.                 "vote": 0,
    805.                 "initialCondition": {
    806.                     "curse": {
    807.                         "cursedRole": "shieldbomb",
    808.                         "curseCount": 2,
    809.                         "curseConvertMessage": "Flint is no longer diamondized."
    810.                     }
    811.                 }
    812.             },
    813.             "hide": true
    814.         },
    815.         {
    816.             "role": "dlucas",
    817.             "translation": "Diamondized Lucas",
    818.             "side": "village",
    819.             "help": "Oh no, you've been diamondized! You are still Lucas, just a diamondized version now. Therefore, you have no actions and a vote of 0.",
    820.             "info": "Diamondized Lucas. Vote of 0. Sided with Village.",
    821.             "actions": {
    822.                 "vote": 0,
    823.                 "initialCondition": {
    824.                     "curse": {
    825.                         "cursedRole": "lucas",
    826.                         "curseCount": 2,
    827.                         "curseConvertMessage": "Lucas is no longer diamondized."
    828.                     }
    829.                 },
    830.                 "onDeath": {
    831.                     "convertRoles": {
    832.                         "ness": "inspness",
    833.                         "dness": "inspness",
    834.                         "sness": "inspness"
    835.                     }
    836.                 }
    837.             },
    838.             "hide": true
    839.         },
    840.         {
    841.             "role": "dbodyguard",
    842.             "translation": "Diamondized Ninten",
    843.             "side": "village",
    844.             "help": "Oh no, you've been diamondized! You are still Ninten, however you lost your protective abilities and your voting power.",
    845.             "info": "Diamondized Ninten. Vote of 0. Sided with Village.",
    846.             "actions": {
    847.                 "vote": 0,
    848.                 "initialCondition": {
    849.                     "curse": {
    850.                         "cursedRole": "bodyguard",
    851.                         "curseCount": 2,
    852.                         "curseConvertMessage": "Ninten is no longer diamondized."
    853.                     }
    854.                 },
    855.                 "onDeath": {
    856.                     "convertRoles": {
    857.                         "ness": "bgness",
    858.                         "dness": "bgness",
    859.                         "sness": "bgness"
    860.                     }
    861.                 }
    862.             },
    863.             "hide": true
    864.         },
    865.         {
    866.             "role": "dvigilante",
    867.             "translation": "Diamondized Kumatora",
    868.             "side": "village",
    869.             "help": "Oh no, you've been diamondized! You are still Kumatora, however you have lost your lethal abilities and your voting power.",
    870.             "info": "Diamondized Kumatora. Vote of 0. Sided with Village.",
    871.             "actions": {
    872.                 "vote": 0,
    873.                 "initialCondition": {
    874.                     "curse": {
    875.                         "cursedRole": "vigilante",
    876.                         "curseCount": 2,
    877.                         "curseConvertMessage": "Kumatora is no longer diamondized."
    878.                     }
    879.                 },
    880.                 "onDeath": {
    881.                     "convertRoles": {
    882.                         "ness": "viginess",
    883.                         "dness": "viginess",
    884.                         "sness": "viginess"
    885.                     }
    886.                 }
    887.             },
    888.             "hide": true
    889.         },
    890.         {
    891.             "role": "dhooker",
    892.             "translation": "Diamondized Duster",
    893.             "side": "village",
    894.             "help": "Oh no, you've been diamondized! You are still Duster, however you have lost your dancing skill and your vote power.",
    895.             "info": "Diamondized Duster. Vote of 0. Sided with Village.",
    896.             "actions": {
    897.                 "vote": 0,
    898.                 "initialCondition": {
    899.                     "curse": {
    900.                         "cursedRole": "hooker",
    901.                         "curseCount": 2,
    902.                         "curseConvertMessage": "Duster is no longer diamondized."
    903.                     }
    904.                 }
    905.             },
    906.             "hide": true
    907.         },
    908.         {
    909.             "role": "dsamurai",
    910.             "translation": "Diamondized Paula",
    911.             "side": "village",
    912.             "help": "Oh no, you've been diamondized! You are still Paula, however you lost your daykilling ability and vote power.",
    913.             "info": "Diamondized Paula. Vote of 0. Sided with Village.",
    914.             "actions": {
    915.                 "vote": 0,
    916.                 "initialCondition": {
    917.                     "curse": {
    918.                         "cursedRole": "samurai",
    919.                         "curseCount": 2,
    920.                         "curseConvertMessage": "Paula is no longer diamondized."
    921.                     }
    922.                 },
    923.                 "onDeath": {
    924.                     "convertRoles": {
    925.                         "ness": "samuness",
    926.                         "dness": "samuness",
    927.                         "sness": "samuness"
    928.                     }
    929.                 }
    930.             },
    931.             "hide": true
    932.         },
    933.         {
    934.             "role": "dness",
    935.             "translation": "Diamondized Ness",
    936.             "side": "village",
    937.             "help": "Oh no, you've been diamondized! You are still Ness, however you no longer have your PSI abilities and vote power.",
    938.             "info": "Diamondized Ness. Vote of 0. Sided with Village.",
    939.             "actions": {
    940.                 "vote": 0,
    941.                 "initialCondition": {
    942.                     "curse": {
    943.                         "cursedRole": "ness",
    944.                         "curseCount": 2,
    945.                         "curseConvertMessage": "Ness is no longer diamondized."
    946.                     }
    947.                 }
    948.             },
    949.             "hide": true
    950.         },
    951.         {
    952.             "role": "dhealness",
    953.             "translation": "Diamondized Ness",
    954.             "side": "village",
    955.             "help": "Oh no, you've been diamondized! You are still Ness, however you no longer have your PSI abilities and vote power.",
    956.             "info": "Diamondized Ness. Vote of 0. Sided with Village.",
    957.             "actions": {
    958.                 "vote": 0,
    959.                 "initialCondition": {
    960.                     "curse": {
    961.                         "cursedRole": "ness",
    962.                         "curseCount": 2,
    963.                         "curseConvertMessage": "Ness is no longer diamondized."
    964.                     }
    965.                 }
    966.             },
    967.             "hide": true
    968.         },
    969.         {
    970.             "role": "dbgness",
    971.             "translation": "Diamondized Ness",
    972.             "side": "village",
    973.             "help": "Oh no, you've been diamondized! You are still Ness, however you no longer have your PSI abilities and vote power.",
    974.             "info": "Diamondized Ness. Vote of 0. Sided with Village.",
    975.             "actions": {
    976.                 "vote": 0,
    977.                 "initialCondition": {
    978.                     "curse": {
    979.                         "cursedRole": "ness",
    980.                         "curseCount": 2,
    981.                         "curseConvertMessage": "Ness is no longer diamondized."
    982.                     }
    983.                 }
    984.             },
    985.             "hide": true
    986.         },
    987.         {
    988.             "role": "dviginess",
    989.             "translation": "Diamondized Ness",
    990.             "side": "village",
    991.             "help": "Oh no, you've been diamondized! You are still Ness, however you no longer have your PSI abilities and vote power.",
    992.             "info": "Diamondized Ness. Vote of 0. Sided with Village.",
    993.             "actions": {
    994.                 "vote": 0,
    995.                 "initialCondition": {
    996.                     "curse": {
    997.                         "cursedRole": "ness",
    998.                         "curseCount": 2,
    999.                         "curseConvertMessage": "Ness is no longer diamondized."
    1000.                     }
    1001.                 }
    1002.             },
    1003.             "hide": true
    1004.         },
    1005.         {
    1006.             "role": "dsamuness",
    1007.             "translation": "Diamondized Ness",
    1008.             "side": "village",
    1009.             "help": "Oh no, you've been diamondized! You are still Ness, however you no longer have your PSI abilities and vote power.",
    1010.             "info": "Diamondized Ness. Vote of 0. Sided with Village.",
    1011.             "actions": {
    1012.                 "vote": 0,
    1013.                 "initialCondition": {
    1014.                     "curse": {
    1015.                         "cursedRole": "ness",
    1016.                         "curseCount": 2,
    1017.                         "curseConvertMessage": "Ness is no longer diamondized."
    1018.                     }
    1019.                 }
    1020.             },
    1021.             "hide": true
    1022.         },
    1023.         {
    1024.             "role": "dpsoldier",
    1025.             "translation": "Diamondized Pigmask Soldier",
    1026.             "side": "mafia2",
    1027.             "help": "Oh no, you've been diamondized! You are still the Pigmask Soldier, however you no longer have your ability to kill and to vote.",
    1028.             "info": "Diamondized Pigmask Soldier. Vote of 0. Sided with Pigmask Army.",
    1029.             "actions": {
    1030.                 "vote": 0,
    1031.                 "initialCondition": {
    1032.                     "curse": {
    1033.                         "cursedRole": "psoldier",
    1034.                         "curseCount": 2,
    1035.                         "curseConvertMessage": "Pigmask Soldier is no longer diamondized."
    1036.                     }
    1037.                 }
    1038.             },
    1039.             "hide": true
    1040.         },
    1041.         {
    1042.             "role": "dmasked",
    1043.             "translation": "Diamondized Masked Man",
    1044.             "side": "village",
    1045.             "help": "Oh no, you've been diamondized! You are still the Masked Man, however you no longer have command of your army and vote power.",
    1046.             "info": "Diamondized Masked Man. Vote of 0. Sided with Pigmask Army.",
    1047.             "actions": {
    1048.                 "vote": 0,
    1049.                 "initialCondition": {
    1050.                     "curse": {
    1051.                         "cursedRole": "masked",
    1052.                         "curseCount": 2,
    1053.                         "curseConvertMessage": "Masked Man is no longer diamondized."
    1054.                     }
    1055.                 }
    1056.             },
    1057.             "hide": true
    1058.         },
    1059.         {
    1060.             "role": "dgf",
    1061.             "translation": "Diamondized Giygas",
    1062.             "side": "godfather",
    1063.             "help": "Oh no, your been diamondized! You are still Giygas, but you are unable to kill and vote",
    1064.             "info": "Diamondized Giygas. Vote of 0. Sided with itself",
    1065.             "actions": {
    1066.                 "vote": 0,
    1067.                 "initialCondition": {
    1068.                     "curse": {
    1069.                         "cursedRole": "gfnight",
    1070.                         "curseCount": 2,
    1071.                         "curseConvertMessage": "Giygas is no longer diamondized"
    1072.                     }
    1073.                 }
    1074.             },
    1075.             "hide": true
    1076.         },
    1077.         {
    1078.             "role": "dinspness",
    1079.             "translation": "Diamondized Ness",
    1080.             "side": "village",
    1081.             "help": "Oh no, you've been diamondized! You are still Ness, however you no longer have your PSI abilities and vote power.",
    1082.             "info": "Diamondized Ness. Vote of 0. Sided with Village.",
    1083.             "actions": {
    1084.                 "vote": 0,
    1085.                 "initialCondition": {
    1086.                     "curse": {
    1087.                         "cursedRole": "ness",
    1088.                         "curseCount": 2,
    1089.                         "curseConvertMessage": "Ness is no longer diamondized."
    1090.                     }
    1091.                 }
    1092.             },
    1093.             "hide": true
    1094.         },
    1095.         {
    1096.             "role": "dconsp",
    1097.             "translation": "Diamondized Negative Man",
    1098.             "side": "conspirator",
    1099.             "help": "Oh no, you've been diamondized! You are still Negative Man, however you shine bright and are enlightened, therefore losing your expose and depressing vote power.",
    1100.             "info": "Diamondized Negative Man. Vote of 0. Wins with everybody.",
    1101.             "actions": {
    1102.                 "vote": 0,
    1103.                 "initialCondition": {
    1104.                     "curse": {
    1105.                         "cursedRole": "diamond",
    1106.                         "curseCount": 2,
    1107.                         "curseConvertMessage": "Negative Man is no longer diamondized."
    1108.                     }
    1109.                 }
    1110.             },
    1111.             "winningSides": [
    1112.                 "village",
    1113.                 "mafia",
    1114.                 "mafia1",
    1115.                 "mafia2",
    1116.                 "mafia3",
    1117.                 "godfather",
    1118.                 "conspirator"
    1119.             ],
    1120.             "hide": true
    1121.         },
    1122.         {
    1123.             "role": "shroom",
    1124.             "translation": "Shrooom!",
    1125.             "side": "mafia",
    1126.             "help": "You are the Fourth Sanctuary Guardian, and you can apply a silent curse for 1 day with /mushroomize! Whoever you mushroomize will have a vote of -1, and if he has a command, it will either change into Kill (Protect, Shield, Dispel and Safeguard turn into this) or Protect+Safeguard (All other commands)",
    1127.             "info": "Applies a silent curse for 1 day to someone, Anyone cursed by Shrooom! will have a vote of -1, and if he has a command, depending on the command it will change to Kill (Protect, Shield, Dispel and Safeguard turn into this) or a Protect+Safeguard (All other commands). Sided with the Sanctuary Guardians.",
    1128.             "actions": {
    1129.                 "night": {
    1130.                     "mushroomize": {
    1131.                         "command": "convert",
    1132.                         "silent": true,
    1133.                         "target": "AnyButTeam",
    1134.                         "silentConvert": true,
    1135.                         "broadcast": "team",
    1136.                         "common": "Self",
    1137.                         "priority": 50,
    1138.                         "newRole": {
    1139.                             "svillager": [
    1140.                                 "villager",
    1141.                                 "dvillager"
    1142.                             ],
    1143.                             "shealer": [
    1144.                                 "healer",
    1145.                                 "dhealer"
    1146.                             ],
    1147.                             "sshieldbomb": [
    1148.                                 "shieldbomb",
    1149.                                 "dshieldbomb"
    1150.                             ],
    1151.                             "slucas": [
    1152.                                 "lucas",
    1153.                                 "dlucas"
    1154.                             ],
    1155.                             "sbodyguard": [
    1156.                                 "bodyguard",
    1157.                                 "dbodyguard"
    1158.                             ],
    1159.                             "svigilante": [
    1160.                                 "vigilante",
    1161.                                 "dvigilante"
    1162.                             ],
    1163.                             "shooker": [
    1164.                                 "hooker",
    1165.                                 "dhooker"
    1166.                             ],
    1167.                             "ssamurai": [
    1168.                                 "samurai",
    1169.                                 "dsamurai"
    1170.                             ],
    1171.                             "sness": [
    1172.                                 "ness",
    1173.                                 "dness"
    1174.                             ],
    1175.                             "sconsp": [
    1176.                                 "consp",
    1177.                                 "dconsp"
    1178.                             ],
    1179.                             "spsoldier": [
    1180.                                 "psoldier",
    1181.                                 "dpsoldier"
    1182.                             ],
    1183.                             "smasked": [
    1184.                                 "masked",
    1185.                                 "dmasked"
    1186.                             ],
    1187.                             "scarpainter": [
    1188.                                 "carpainter",
    1189.                                 "dcarpainter"
    1190.                             ],
    1191.                             "shappy": [
    1192.                                 "happy",
    1193.                                 "dhappy"
    1194.                             ],
    1195.                             "sgf": [
    1196.                                 "gfnight",
    1197.                                 "gfday",
    1198.                                 "dgf"
    1199.                             ],
    1200.                             "sfrank": [
    1201.                                 "frank",
    1202.                                 "dfrank"
    1203.                             ],
    1204.                             "spogo": [
    1205.                                 "pogo",
    1206.                                 "dpogo"
    1207.                             ],
    1208.                             "sskate": [
    1209.                                 "skate",
    1210.                                 "dskate"
    1211.                             ],
    1212.                             "syes": [
    1213.                                 "yes",
    1214.                                 "dyes"
    1215.                             ]
    1216.                         },
    1217.                         "usermsg": "Your target was Mushroomized."
    1218.                     }
    1219.                 },
    1220.                 "startup": "team-reveal-with-roles"
    1221.             }
    1222.         },
    1223.         {
    1224.             "role": "svillager",
    1225.             "translation": "Mr. Saturn",
    1226.             "side": "village",
    1227.             "help": "Zing! You're just a plain old Mr. Saturn. Help the village and use the power of your 1 vote and /vote during the day! Boing!",
    1228.             "info": "Silently Cursed Mr. Saturn. Duration of one day. Vote of -1. Sided with the Village.",
    1229.             "actions": {
    1230.                 "vote": -1,
    1231.                 "initialCondition": {
    1232.                     "curse": {
    1233.                         "cursedRole": "villager",
    1234.                         "curseCount": 1,
    1235.                         "silentCurse": true
    1236.                     }
    1237.                 }
    1238.             },
    1239.             "hide": true
    1240.         },
    1241.         {
    1242.             "role": "shealer",
    1243.             "translation": "Poo",
    1244.             "side": "village",
    1245.             "help": "You are the prince of Dalaam, Poo! Use your /heal to heal your friends' status such as Diamondize and Mushroomize. You can also free a Happy Happy Cultist to make them join the village!",
    1246.             "info": "Silently cursed Poo. Duration of one day. Has a nightkill. Vote of -1. Sided with the Village.",
    1247.             "actions": {
    1248.                 "vote": -1,
    1249.                 "night": {
    1250.                     "heal": {
    1251.                         "command": "kill",
    1252.                         "target": "AnyButSelf",
    1253.                         "common": "Self",
    1254.                         "priority": 27
    1255.                     }
    1256.                 },
    1257.                 "initialCondition": {
    1258.                     "curse": {
    1259.                         "cursedRole": "healer",
    1260.                         "curseCount": 1,
    1261.                         "silentCurse": true
    1262.                     }
    1263.                 },
    1264.                 "onDeath": {
    1265.                     "convertRoles": {
    1266.                         "ness": "healness",
    1267.                         "dness": "healness",
    1268.                         "sness": "healness"
    1269.                     }
    1270.                 }
    1271.             },
    1272.             "hide": true
    1273.         },
    1274.         {
    1275.             "role": "sshieldbomb",
    1276.             "translation": "Flint",
    1277.             "side": "village",
    1278.             "help": "You are Lucas' father. You can /shield people to make any effect aimed at them go towards you. You don't go down without a fight, so anyone who kills you will also die.",
    1279.             "info": "Silently Cursed Flint. Duration of one day. Has a nightkill. Vote of -1. Sided with the Village.",
    1280.             "actions": {
    1281.                 "vote": -1,
    1282.                 "night": {
    1283.                     "shield": {
    1284.                         "command": "kill",
    1285.                         "target": "AnyButSelf",
    1286.                         "common": "Self",
    1287.                         "priority": 27
    1288.                     }
    1289.                 },
    1290.                 "initialCondition": {
    1291.                     "curse": {
    1292.                         "cursedRole": "shieldbomb",
    1293.                         "curseCount": 1,
    1294.                         "silentCurse": true
    1295.                     }
    1296.                 }
    1297.             },
    1298.             "hide": true
    1299.         },
    1300.         {
    1301.             "role": "slucas",
    1302.             "translation": "Lucas",
    1303.             "side": "village",
    1304.             "help": "You are Lucas, the main character from Earthbound 2! Due to your ability to use PSI, you can use /flash, which Inspects, Protects, and Distracts at the same time.",
    1305.             "info": "Silently Cursed Lucas. Duration of one day. Has a nightkill. Vote of -1. Sided with the Village.",
    1306.             "actions": {
    1307.                 "vote": -1,
    1308.                 "night": {
    1309.                     "flash": {
    1310.                         "command": "kill",
    1311.                         "target": "AnyButSelf",
    1312.                         "common": "Self",
    1313.                         "priority": 27
    1314.                     }
    1315.                 },
    1316.                 "initialCondition": {
    1317.                     "curse": {
    1318.                         "cursedRole": "lucas",
    1319.                         "curseCount": 1,
    1320.                         "silentCurse": true
    1321.                     }
    1322.                 },
    1323.                 "onDeath": {
    1324.                     "convertRoles": {
    1325.                         "ness": "inspness",
    1326.                         "dness": "inspness",
    1327.                         "sness": "inspness"
    1328.                     }
    1329.                 }
    1330.             },
    1331.             "hide": true
    1332.         },
    1333.         {
    1334.             "role": "sbodyguard",
    1335.             "translation": "Ninten",
    1336.             "side": "village",
    1337.             "help": "You are Ninten, the main character of Earthbound Zero! You can either use /lifeup to safeguard, /defup to protect, or /heal to detoxify during the night!",
    1338.             "info": "Silently Cursed Ninten. Duration of 1 day. Has a nightkill. Sided with the Village",
    1339.             "actions": {
    1340.                 "vote": -1,
    1341.                 "night": {
    1342.                     "lifeup": {
    1343.                         "command": "kill",
    1344.                         "common": "Self",
    1345.                         "target": "AnyButSelf",
    1346.                         "priority": 27,
    1347.                         "restrict": [
    1348.                             "defup",
    1349.                             "heal"
    1350.                         ]
    1351.                     },
    1352.                     "defup": {
    1353.                         "command": "kill",
    1354.                         "common": "Self",
    1355.                         "target": "AnyButSelf",
    1356.                         "priority": 27,
    1357.                         "restrict": [
    1358.                             "lifeup",
    1359.                             "heal"
    1360.                         ]
    1361.                     },
    1362.                     "heal": {
    1363.                         "command": "kill",
    1364.                         "target": "AnyButSelf",
    1365.                         "common": "Self",
    1366.                         "priority": 27,
    1367.                         "restrict": [
    1368.                             "defup",
    1369.                             "lifeup"
    1370.                         ]
    1371.                     }
    1372.                 },
    1373.                 "onDeath": {
    1374.                     "convertRoles": {
    1375.                         "ness": "bgness",
    1376.                         "dness": "bgness",
    1377.                         "sness": "bgness"
    1378.                     }
    1379.                 },
    1380.                 "initialCondition": {
    1381.                     "curse": {
    1382.                         "cursedRole": "bodyguard",
    1383.                         "curseCount": 1,
    1384.                         "silentCurse": true
    1385.                     }
    1386.                 }
    1387.             },
    1388.             "hide": true
    1389.         },
    1390.         {
    1391.             "role": "svigilante",
    1392.             "translation": "Kumatora",
    1393.             "side": "village",
    1394.             "help": "You are the tomboyish princess of Osohe, Kumatora! Use /thunder to attack your enemies with a powerful PK Thunder and help the village!",
    1395.             "info": "Silently Cursed Kumatora. Duration of one day. Able to protect+safeguard. Has a vote of -1. Sided with the Village.",
    1396.             "actions": {
    1397.                 "vote": -1,
    1398.                 "night": {
    1399.                     "thunder": {
    1400.                         "command": [
    1401.                             "protect",
    1402.                             "safeguard"
    1403.                         ],
    1404.                         "target": "AnyButSelf",
    1405.                         "common": "Self",
    1406.                         "priority": 4
    1407.                     }
    1408.                 },
    1409.                 "onDeath": {
    1410.                     "convertRoles": {
    1411.                         "ness": "viginess",
    1412.                         "dness": "viginess",
    1413.                         "sness": "viginess"
    1414.                     }
    1415.                 },
    1416.                 "initialCondition": {
    1417.                     "curse": {
    1418.                         "cursedRole": "vigilante",
    1419.                         "curseCount": 1,
    1420.                         "silentCurse": true
    1421.                     }
    1422.                 }
    1423.             },
    1424.             "hide": true
    1425.         },
    1426.         {
    1427.             "role": "shooker",
    1428.             "translation": "Duster",
    1429.             "side": "village",
    1430.             "help": "You are Duster, Thief of Justice! Use your thief skills to distract people with a weird /dance!",
    1431.             "info": "Silently Cursed Duster. Duration of one day. Able to Protect+Safeguard. Vote of -1. Sided with the Village.",
    1432.             "actions": {
    1433.                 "vote": -1,
    1434.                 "night": {
    1435.                     "dance": {
    1436.                         "command": [
    1437.                             "protect",
    1438.                             "safeguard"
    1439.                         ],
    1440.                         "target": "AnyButSelf",
    1441.                         "common": "Self",
    1442.                         "priority": 4
    1443.                     }
    1444.                 },
    1445.                 "initialCondition": {
    1446.                     "curse": {
    1447.                         "cursedRole": "hooker",
    1448.                         "curseCount": 1,
    1449.                         "silentCurse": true
    1450.                     }
    1451.                 }
    1452.             },
    1453.             "hide": true
    1454.         },
    1455.         {
    1456.             "role": "ssamurai",
    1457.             "translation": "Paula",
    1458.             "side": "village",
    1459.             "help": "You are Paula, the wielder of powerful PSI attacks. You are awesome so you can use /freeze during the day to kill your enemies with PK Freeze! You will not be revealed because you're so innocent.",
    1460.             "info": "Silently Cursed Paula. Duration of one day. Vote of -1. Sided with the Village.",
    1461.             "actions": {
    1462.                 "vote": -1,
    1463.                 "onDeath": {
    1464.                     "convertRoles": {
    1465.                         "ness": "samuness",
    1466.                         "dness": "samuness",
    1467.                         "sness": "samuness"
    1468.                     }
    1469.                 },
    1470.                 "initialCondition": {
    1471.                     "curse": {
    1472.                         "cursedRole": "samurai",
    1473.                         "curseCount": 1,
    1474.                         "silentCurse": true
    1475.                     }
    1476.                 }
    1477.             },
    1478.             "hide": true
    1479.         },
    1480.         {
    1481.             "role": "sness",
    1482.             "translation": "Ness",
    1483.             "side": "village",
    1484.             "help": "You are Ness, the bat-wielding hero of Earthbound! You have a vote of 3 and if a PK user of your team dies, you will be able to use their commands! (only works for the first one)",
    1485.             "info": "Silently Cursed Ness, Duration of one day. Vote of -3. Sided with the Village.",
    1486.             "actions": {
    1487.                 "vote": -3,
    1488.                 "initialCondition": {
    1489.                     "curse": {
    1490.                         "cursedRole": "ness",
    1491.                         "curseCount": 1,
    1492.                         "silentCurse": true
    1493.                     }
    1494.                 }
    1495.             },
    1496.             "hide": true
    1497.         },
    1498.         {
    1499.             "role": "shealness",
    1500.             "translation": "Ness-Healer",
    1501.             "side": "village",
    1502.             "help": "Poo has fallen, it is your new task to continue with his doings! You can now /heal your teammates from Diamondize, Mushroomize and free Mr. Saturns from Happy Happyism! You have still a vote of 3.",
    1503.             "info": "Silently cursed Ness . Duration of one day. Has a nightkill. Vote of -3. Sided with the Village.",
    1504.             "actions": {
    1505.                 "vote": -3,
    1506.                 "night": {
    1507.                     "heal": {
    1508.                         "command": "kill",
    1509.                         "target": "AnyButSelf",
    1510.                         "common": "Self",
    1511.                         "priority": 27
    1512.                     }
    1513.                 },
    1514.                 "initialCondition": {
    1515.                     "curse": {
    1516.                         "cursedRole": "healness",
    1517.                         "curseCount": 1,
    1518.                         "silentCurse": true
    1519.                     }
    1520.                 }
    1521.             },
    1522.             "hide": true
    1523.         },
    1524.         {
    1525.             "role": "sbgness",
    1526.             "translation": "Ness-Guard",
    1527.             "side": "village",
    1528.             "help": "Ninten has fallen, it is your new task to continue with his doings! You can either use /lifeup to safeguard, /defup to protect, or /heal to detoxify during the night! You still have a vote of 3",
    1529.             "info": "Silently Cursed Ness. Duration of 1 day. Has a nightkill and vote of -3. Sided with the Village",
    1530.             "actions": {
    1531.                 "vote": -3,
    1532.                 "night": {
    1533.                     "lifeup": {
    1534.                         "command": "kill",
    1535.                         "common": "Self",
    1536.                         "target": "AnyButSelf",
    1537.                         "priority": 27,
    1538.                         "restrict": [
    1539.                             "defup",
    1540.                             "heal"
    1541.                         ]
    1542.                     },
    1543.                     "defup": {
    1544.                         "command": "kill",
    1545.                         "common": "Self",
    1546.                         "target": "AnyButSelf",
    1547.                         "priority": 27,
    1548.                         "restrict": [
    1549.                             "lifeup",
    1550.                             "heal"
    1551.                         ]
    1552.                     },
    1553.                     "heal": {
    1554.                         "command": "kill",
    1555.                         "target": "AnyButSelf",
    1556.                         "common": "Self",
    1557.                         "priority": 27,
    1558.                         "restrict": [
    1559.                             "defup",
    1560.                             "lifeup"
    1561.                         ]
    1562.                     }
    1563.                 },
    1564.                 "initialCondition": {
    1565.                     "curse": {
    1566.                         "cursedRole": "bodyguard",
    1567.                         "curseCount": 1,
    1568.                         "silentCurse": true
    1569.                     }
    1570.                 }
    1571.             },
    1572.             "hide": true
    1573.         },
    1574.         {
    1575.             "role": "sconsp",
    1576.             "translation": "Negative Man",
    1577.             "side": "conspirator",
    1578.             "help": "You are so worthless and depressed that you pose no threat to anyone. You don't really care who wins, you can win with anybody. You may expose yourself during the day using /sob (your name), and your vote counts as -5.",
    1579.             "info": "Silently Cursed Negative Man. Duration of one day. Vote of 5. Sided with himself.",
    1580.             "actions": {
    1581.                 "vote": 5,
    1582.                 "initialCondition": {
    1583.                     "curse": {
    1584.                         "cursedRole": "consp",
    1585.                         "curseCount": 1,
    1586.                         "silentCurse": true
    1587.                     }
    1588.                 }
    1589.             },
    1590.             "hide": true
    1591.         },
    1592.         {
    1593.             "role": "spsoldier",
    1594.             "translation": "Pigmask Soldier",
    1595.             "side": "mafia2",
    1596.             "help": "You are the basic grunt of the Pigmask Army, the Pigmask Soldier! Being the basic grunt, you have a shared kill, using /kill, with your fellow Pigmask Soldiers and have a standard vote of 1.",
    1597.             "info": "Silently Cursed Pigmask Soldier. Duration of one day. Able to Protect+Safeguard. Has a vote of -1. Sided with Porky's Army.",
    1598.             "actions": {
    1599.                 "vote": -1,
    1600.                 "night": {
    1601.                     "kill": {
    1602.                         "command": [
    1603.                             "protect",
    1604.                             "safeguard"
    1605.                         ],
    1606.                         "target": "AnyButSelf",
    1607.                         "common": "Self",
    1608.                         "priority": 4
    1609.                     }
    1610.                 },
    1611.                 "initialCondition": {
    1612.                     "curse": {
    1613.                         "cursedRole": "psoldier",
    1614.                         "curseCount": 1,
    1615.                         "silentCurse": true
    1616.                     }
    1617.                 }
    1618.             },
    1619.             "hide": true
    1620.         },
    1621.         {
    1622.             "role": "smasked",
    1623.             "translation": "Masked Man",
    1624.             "side": "mafia2",
    1625.             "help": "Hi! Your the mighty Masked Man. As commander of the Pigmask Army, you share a kill, using /kill, with the army that you command. However, due to your superior ranking and military intelligence, you have one extra kill once per game, using /charge. Be careful when using /charge though, because you cannot command the army that night. You also have a vote of 1.5.",
    1626.             "info": "Silently Cursed Masked Man. Duration of one day. Has a Protect+Safeguard. Vote of -1.",
    1627.             "actions": {
    1628.                 "vote": -1,
    1629.                 "night": {
    1630.                     "kill": {
    1631.                         "command": [
    1632.                             "protect",
    1633.                             "safeguard"],
    1634.                         "target": "AnyButTeam",
    1635.                         "common": "Team",
    1636.                         "priority": 36,
    1637.                         "broadcast": "team",
    1638.                         "restrict": [
    1639.                             "charge"
    1640.                         ]
    1641.                     },
    1642.                     "charge": {
    1643.                         "command": [
    1644.                             "protect",
    1645.                             "safeguard"
    1646.                         ],
    1647.                         "target": "AnyButTeam",
    1648.                         "common": "Self",
    1649.                         "priority": 45,
    1650.                         "broadcast": "team",
    1651.                         "restrict": [
    1652.                             "kill"
    1653.                         ]
    1654.                     }},
    1655.                     "initialCondition": {
    1656.                         "curse": {
    1657.                             "cursedRole": "psoldier",
    1658.                             "curseCount": 1,
    1659.                             "silentCurse": true
    1660.                         }
    1661.                     }
    1662.                 },
    1663.             "hide": true
    1664.         },
    1665.   {
    1666.             "role": "sinspness",
    1667.             "translation": "Ness-Flash",
    1668.             "side": "village",
    1669.             "help": "Lucas has fallen, it is your new task to continue with his doings! You can use /flash, which Inspects, Protects, and Distracts at the same time. You still have a vote of 3.",
    1670.             "info": "Silently cursed Ness. Duration of one day. Has a nightkill. Vote of -3. Sided with the Village.",
    1671.             "actions": {
    1672.                 "vote": -3,
    1673.                 "night": {
    1674.                     "flash": {
    1675.                         "command": "kill",
    1676.                         "target": "AnyButSelf",
    1677.                         "common": "Self",
    1678.                         "priority": 27
    1679.                     }
    1680.                 },
    1681.                 "initialCondition": {
    1682.                     "curse": {
    1683.                         "cursedRole": "inspness",
    1684.                         "curseCount": 1,
    1685.                         "silentCurse": true
    1686.                     }
    1687.                 }
    1688.             },
    1689.             "hide": true
    1690.         },
    1691.                 {
    1692.             "role": "ssamuness",
    1693.             "translation": "Ness-Starstorm",
    1694.             "side": "village",
    1695.             "help": "Paula has fallen, it is your new task to continue with her doings! Use /starstorm to make the sky fall upon your enemies, you won't be revealed! You still have a vote of 3.",
    1696.             "info": "Silently cursed Ness. Duration of one day. Vote of -3. Sided with the Village.",
    1697.             "actions": {
    1698.                 "vote": -3,
    1699.                 "initialCondition": {
    1700.                     "curse": {
    1701.                         "cursedRole": "samuness",
    1702.                         "curseCount": 1,
    1703.                         "silentCurse": true
    1704.                     }
    1705.                 }
    1706.             },
    1707.             "hide": true
    1708.         },
    1709.         {
    1710.             "role": "scarpainter",
    1711.             "translation": "Mr. Carpainter",
    1712.             "side": "mafia1",
    1713.             "help": "Blue is the sexiest color of all! The key to happiness is the color blue... You are on a mission to paint everything in the world blue, and you will defeat anyone who stands in your way! You can /convert villagers to join your side as Cultists. Be careful not to hit Ness though, since his Franklin Badge will reflect your attack and kill you. You can also /inspect during the day to gain information for the cult! If you are lynched, you realize you were wrong and you and your cultists will become villagers.",
    1714.             "info": "Silently cursed Carpainter. Duration of one day. Sided with Happy Happyism.",
    1715.             "actions": {
    1716.                 "vote": -1,
    1717.                 "initialCondition": {
    1718.                     "curse": {
    1719.                         "cursedRole": "psoldier",
    1720.                         "curseCount": 1,
    1721.                         "silentCurse": true
    1722.                     }
    1723.                 },
    1724.                 "onDeath": {
    1725.                     "convertRoles": {
    1726.                         "happy": "villager",
    1727.                         "dhappy": "villager",
    1728.                         "shappy": "villager"
    1729.                     }
    1730.                 },
    1731.                 "lynch": {
    1732.                     "convertTo": "villager",
    1733.                     "convertmsg": "~Self~ has released that perhaps blue is not the key to happyness, and has joined the village!"
    1734.                 }
    1735.             },
    1736.             "hide": true
    1737.         },
    1738.         {
    1739.             "role": "tns",
    1740.             "translation": "Thunder and Storm",
    1741.             "side": "mafia",
    1742.             "help": "You are Thunder and Storm! While one person, you have the power of two. Therefore, you share a kill with your team while also being able to daykill every 2 nights.",
    1743.             "info": "Shares kill with team and has one Daykill every 2 days, Sided with Sanctuary Guardians.",
    1744.             "actions": {
    1745.                 "night": {
    1746.                     "kill": {
    1747.                         "target": "AnyButTeam",
    1748.                         "common": "Team",
    1749.                         "priority": 18,
    1750.                         "broadcast": "team"
    1751.                     }
    1752.                 },
    1753.                 "standby": {
    1754.                     "kill": {
    1755.                         "target": "AnyButTeam",
    1756.                         "limit": 1,
    1757.                         "recharge": 2,
    1758.                         "msg": "Use /kill now, and you won't be revealed!",
    1759.                         "killmsg": "~Target~ was struck with a Crashing Boom Bang Attack and recieved critical mortal damage!"
    1760.                     }
    1761.                 },
    1762.                 "startup": "team-reveal-with-roles"
    1763.             }
    1764.         },
    1765.         {
    1766.             "role": "specter",
    1767.             "translation": "Electro Specter",
    1768.             "side": "mafia",
    1769.             "help": "You are the Electro Specter! You can either protect one person per night, or share a kill with your team.",
    1770.             "info": "Shared kill with team or can protect an ally during the night. Sided with Sanctuary Guardians",
    1771.             "actions": {
    1772.                 "night": {
    1773.                     "kill": {
    1774.                         "target": "AnyButTeam",
    1775.                         "common": "Team",
    1776.                         "priority": 18,
    1777.                         "broadcast": "team",
    1778.                         "restrict": [
    1779.                             "protect"
    1780.                         ]
    1781.                     },
    1782.                     "protect": {
    1783.                         "target": "AnyButSelf",
    1784.                         "common": "Self",
    1785.                         "priority": 4,
    1786.                         "broadcast": "team",
    1787.                         "restrict": [
    1788.                             "kill"
    1789.                         ]
    1790.                     }
    1791.                 },
    1792.                 "startup": "team-reveal-with-roles"
    1793.             }
    1794.         },
    1795.         {
    1796.             "role": "rat",
    1797.             "translation": "Plague Rat of Doom",
    1798.             "side": "mafia",
    1799.             "help": "Yo wassup. You're the Great and Mighty Plague Rat of Doom! You can /poison someone during the night and here's the best part: You're so awesome that you poison anyone who kills you!",
    1800.             "info": "Can Poison during the night, Poisons attacker when killed. Sided with Sanctuary Guardians.",
    1801.             "actions": {
    1802.                 "night": {
    1803.                     "poison": {
    1804.                         "target": "AnyButTeam",
    1805.                         "common": "Self",
    1806.                         "priority": 51,
    1807.                         "broadcast": "team",
    1808.                         "count": 1
    1809.                     }
    1810.                 },
    1811.                 "kill": {
    1812.                     "mode": "poisonattacker",
    1813.                     "count": 1
    1814.                 },
    1815.                 "startup": "team-reveal-with-roles"
    1816.             }
    1817.         },
    1818.         {
    1819.             "role": "mole",
    1820.             "translation": "Mondo Mole",
    1821.             "side": "mafia",
    1822.             "help": "You are Mondo Mole! You have the ability to kill, however, due to your slight disability regarding eyesight, you have a 25% chance to miss.",
    1823.             "info": "Has a non-shared kill with 25% Fail rate. Sided with Sanctuary Guardians.",
    1824.             "actions": {
    1825.                 "night": {
    1826.                     "kill": {
    1827.                         "target": "AnyButTeam",
    1828.                         "common": "Self",
    1829.                         "priority": 23,
    1830.                         "broadcast": "team",
    1831.                         "failChance": 0.25
    1832.                     }
    1833.                 },
    1834.                 "startup": "team-reveal-with-roles"
    1835.             }
    1836.         },
    1837.         {
    1838.             "role": "ant",
    1839.             "translation": "Titanic Ant",
    1840.             "side": "mafia",
    1841.             "help": "You are the Titanic Ant! You have a shared kill with your team of Sanctuary Guardians.",
    1842.             "info": "Shared kill with team, Sided with Sanctuary Guardians.",
    1843.             "actions": {
    1844.                 "night": {
    1845.                     "kill": {
    1846.                         "target": "AnyButTeam",
    1847.                         "common": "Team",
    1848.                         "priority": 18,
    1849.                         "broadcast": "team"
    1850.                     }
    1851.                 },
    1852.                 "startup": "team-reveal-with-roles"
    1853.             }
    1854.         },
    1855.         {
    1856.             "role": "happy",
    1857.             "translation": "Happy Happy Cultist",
    1858.             "side": "mafia1",
    1859.             "help": "You are a Happy Happy Cultist! You were previously a villager, however you have became one of the cult members, following your leader Mr. Carpainter, therefore you have a shared kill every night. However, you have a vote of 1.5 and also inspect as Mr. Carpainter due to your pledged allegiane to him.",
    1860.             "info": "Converted Villager. Has a vote of 1.5",
    1861.             "actions": {
    1862.                 "vote": 1.5,
    1863.                 "night": {
    1864.                     "kill": {
    1865.                         "target": "AnyButTeam",
    1866.                         "common": "Team",
    1867.                         "priority": 45,
    1868.                         "broadcast": "team"
    1869.                     }
    1870.                 },
    1871.                 "inspect": {
    1872.                     "revealAs": "carpainter"
    1873.                 }
    1874.             }
    1875.         },
    1876.         {
    1877.             "role": "consp",
    1878.             "translation": "Negative Man",
    1879.             "side": "conspirator",
    1880.             "help": "You are so worthless and depressed that you pose no threat to anyone. You don't really care who wins, you can win with anybody. You may expose yourself during the day using /sob (your name), and your vote counts as -5.",
    1881.             "info": "Vote counts as -5, Self Exposes during the day, Conspirator, wins with anybody.",
    1882.             "actions": {
    1883.                 "vote": -5,
    1884.                 "standby": {
    1885.                     "sob": {
    1886.                         "command": "expose",
    1887.                         "target": "Self",
    1888.                         "msg": "Use /sob (your name) to expose yourself now!",
    1889.                         "exposemsg": "~Target~ mutters, 'I am nothing but a worthless protoplasm...' "
    1890.                     }
    1891.                 }
    1892.             },
    1893.             "winningSides": [
    1894.                 "village",
    1895.                 "mafia",
    1896.                 "mafia1",
    1897.                 "mafia2",
    1898.                 "mafia3",
    1899.                 "godfather",
    1900.                 "conspirator"
    1901.             ]
    1902.         },
    1903.         {
    1904.             "role": "psoldier",
    1905.             "translation": "Pigmask Soldier",
    1906.             "side": "mafia2",
    1907.             "help": "You are the basic grunt of the Pigmask Army, the Pigmask Soldier! Being the basic grunt, you have a shared kill, using /kill, with your fellow Pigmask Soldiers and have a standard vote of 1.",
    1908.             "info": "Shared kill with team. Part of Pigmask Army.",
    1909.             "actions": {
    1910.                 "night": {
    1911.                     "kill": {
    1912.                         "target": "AnyButTeam",
    1913.                         "common": "Team",
    1914.                         "priority": 36,
    1915.                         "broadcast": "team"
    1916.                     }
    1917.                 },
    1918.                 "startup": "team-reveal-with-roles"
    1919.             }
    1920.         },
    1921.         {
    1922.             "role": "masked",
    1923.             "translation": "Masked Man",
    1924.             "side": "mafia2",
    1925.             "help": "Hi! Your the mighty Masked Man. As commander of the Pigmask Army, you share a kill, using /kill, with the army that you command. However, due to your superior ranking and military intelligence, you have one extra kill once per game, using /charge. Be careful when using /charge though, because you cannot command the army that night. You also have a vote of 1.5.",
    1926.             "info": "Shared kill with team. Extra lower priority kill. Vote of 1.5.",
    1927.             "actions": {
    1928.                 "vote" : 1.5,
    1929.                 "night": {
    1930.                     "kill": {
    1931.                         "target": "AnyButTeam",
    1932.                         "common": "Team",
    1933.                         "priority": 36,
    1934.                         "broadcast": "team",
    1935.                         "restrict": [
    1936.                             "charge"
    1937.                         ]
    1938.                     },
    1939.                     "charge": {
    1940.                         "command": "kill",
    1941.                         "target": "AnyButTeam",
    1942.                         "common": "Self",
    1943.                         "priority": 45,
    1944.                         "broadcast": "team",
    1945.                         "restrict": [
    1946.                             "kill"
    1947.                         ]
    1948.                     }
    1949.                 },
    1950.                 "startup": "team-reveal-with-roles"
    1951.             }
    1952.         },
    1953.         {
    1954.             "role": "porky",
    1955.             "translation": "Porky Minch",
    1956.             "side": "mafia2",
    1957.             "help": "You are King P, supreme ruler of the Pigmask Army! You're crazy, so you want to destroy the world. As leader of the pigmasks, you have a +3 vote and a 90% to evade daykills.",
    1958.             "info": "Shared kill with team. Vote of +3. 90% to evade daykills",
    1959.             "actions": {
    1960.                 "vote": 3,
    1961.                 "night": {
    1962.                     "kill": {
    1963.                         "target": "AnyButTeam",
    1964.                         "common": "Team",
    1965.                         "priority": 36,
    1966.                         "broadcast": "team"
    1967.                     }
    1968.                 },
    1969.                 "startup": "team-reveal-with-roles",
    1970.                 "daykill": "evade",
    1971.                 "kill": {
    1972.                     "mode": {
    1973.                         "evadeChance": 9
    1974.                     }
    1975.                 }
    1976.             }
    1977.         },
    1978.         {
    1979.             "role": "dskate",
    1980.             "translation": "Diamondized Skate Punk",
    1981.             "side": "mafia3",
    1982.             "help": "Oh no, you've been diamondized! You are still Skate Punk, however you no longer have your protect and vote power.",
    1983.             "info": "Diamondized Skate Punk. Vote of 0. Sided with Shark mafia.",
    1984.             "actions": {
    1985.                 "vote": 0,
    1986.                 "initialCondition": {
    1987.                     "curse": {
    1988.                         "cursedRole": "skate",
    1989.                         "curseCount": 2,
    1990.                         "curseConvertMessage": "Skate Punk is no longer diamondized."
    1991.                     }
    1992.                 }
    1993.             },
    1994.             "hide": true
    1995.         },
    1996.         {
    1997.             "role": "skate",
    1998.             "translation": "Skate Punk",
    1999.             "side": "mafia3",
    2000.             "help": "You are the Skate Punk, one of the fastest members of the Sharks Gang! Work with your fellow Sharks to win! Since you ride on a skateboard, you can quickly go to your allies and shield them from harm! Use /protect to protect and safeguard someone!",
    2001.             "info": "Skate Punk. Able to protect+safeguard. Has a vote of -1. Sided with the Shark mafia.",
    2002.             "actions": {
    2003.                 "vote": -1,
    2004.                 "night": {
    2005.                     "protect": {
    2006.                         "command": [
    2007.                             "protect",
    2008.                             "safeguard"
    2009.                         ],
    2010.                         "target": "AnyButSelf",
    2011.                         "common": "Self",
    2012.                         "priority": 4
    2013.                     }
    2014.                 }
    2015.             }
    2016.         },
    2017.         {
    2018.             "role": "dporky",
    2019.             "translation": "Diamondized Porky Minch",
    2020.             "side": "mafia2",
    2021.             "help": "Oh no, you've been diamondized! You are still Porky Minch, however you no longer have your nightkill and vote power.",
    2022.             "info": "Diamondized Porky Minch, can't do anything for 2 days, and vote of 0.",
    2023.             "actions": {
    2024.                 "vote": 0,
    2025.                 "initialCondition": {
    2026.                     "curse": {
    2027.                         "cursedRole": "porky",
    2028.                         "curseCount": 2,
    2029.                         "curseConvertMessage": "Porky Minch is no longer diamondized."
    2030.                     }
    2031.                 }
    2032.             },
    2033.             "hide": true
    2034.         },
    2035.         {
    2036.             "role": "sporky",
    2037.             "translation": "Porky Minch",
    2038.             "side": "mafia2",
    2039.             "help": "You are King P, supreme ruler of the Pigmask Army! You're crazy, so you want to destroy the world. As leader of the pigmasks, you have a +3 vote and a 90% to evade daykills",
    2040.             "info": "Porky, silently cursed for 1 day, and vote of -1.",
    2041.             "actions": {
    2042.                 "vote": -1,
    2043.                 "night": {
    2044.                     "kill": {
    2045.                         "command": [
    2046.                             "protect",
    2047.                             "safeguard"
    2048.                         ],
    2049.                         "target": "AnyButTeam",
    2050.                         "common": "Team",
    2051.                         "priority": 36,
    2052.                         "broadcast": "team"
    2053.                     }
    2054.                 },
    2055.                 "initialCondition": {
    2056.                     "curse": {
    2057.                         "cursedRole": "porky",
    2058.                         "curseCount": 1,
    2059.                         "silentCurse": true
    2060.                     }
    2061.                 }
    2062.             },
    2063.             "hide": true
    2064.         },
    2065.         {
    2066.             "role": "sgf",
    2067.             "translation": "Giygas",
    2068.             "side": "godfather",
    2069.             "help": "You are the alien Giygas, the very embodiment of evil. Your mind has been destroyed by the evil power, and your goal now is to destroy the world. You switch between a nightkill (/kill) and a daykill (/explode) every day. Also, due to your immense cosmic power, you must be defeated two times before you are truly destroyed. As fully powered Giygas, you avoid all kills, and have a vote of 2.",
    2070.             "info": "Silently Cursed Giygas, Duration of one day. Vote of -1. Sided with itself.",
    2071.             "actions": {
    2072.                 "vote": -1,
    2073.                 "initialCondition": {
    2074.                     "curse": {
    2075.                         "cursedRole": "gfnight",
    2076.                         "curseCount": 1,
    2077.                         "silentCurse": true
    2078.                     }
    2079.                 }
    2080.             },
    2081.             "hide": true
    2082.         },
    2083.         {
    2084.             "role": "frank",
    2085.             "translation": "Frank",
    2086.             "side": "mafia3",
    2087.             "help": "You are Fail-Proof Frank, the leader of the infamous Sharks Street Gang! No one, not even the Onett police, dares mess with you and your fellow Sharks. Fight with your gang and expand your territory throughout the world! You can use /fight during the day once per game to kill a role without being revealed and have a nightkill every other night with /kill.",
    2088.             "info": "Has 1 non-revealing daykill per game. Can nightkill every other night. Sided with Shark Mafia.",
    2089.             "actions": {
    2090.                 "standby": {
    2091.                     "fight": {
    2092.                         "command": "kill",
    2093.                         "target": "AnyButTeam",
    2094.                         "msg": "You can now /fight to daykill someone without being revealed! You can only do this once per game, however.",
    2095.                         "killmsg": "~Target~ tried to fight with Frank, but lost and died!",
    2096.                         "charges": 1
    2097.                     }
    2098.                 },
    2099.                 "night": {
    2100.                     "kill": {
    2101.                         "target": "AnyButTeam",
    2102.                         "common": "Team",
    2103.                         "priority": 33,
    2104.                         "broadcast": "team"
    2105.                     }
    2106.                 },
    2107.                 "startup": "team-reveal-with-roles"
    2108.             }
    2109.         },
    2110.         {
    2111.             "role": "carpainter",
    2112.             "translation": "Mr. Carpainter",
    2113.             "side": "mafia1",
    2114.             "help": "Blue is the sexiest color of all! The key to happiness is the color blue... You are on a mission to paint everything in the world blue, and you will defeat anyone who stands in your way! You can /convert villagers to join your side as Cultists. Be careful not to hit Ness though, since his Franklin Badge will reflect your attack and kill you. You can also /inspect during the day to gain information for the cult! If you are lynched, you realize you were wrong and you and your cultists will become villagers.",
    2115.             "info": "Converts villagers to Cultists, Dies if targeting Ness, Sided with Happy Happyism.",
    2116.             "actions": {
    2117.                 "night": {
    2118.                     "convert": {
    2119.                         "target": "AnyButTeam",
    2120.                         "common": "Self",
    2121.                         "priority": 48,
    2122.                         "newRole": "happy",
    2123.                         "canConvert": [
    2124.                             "villager",
    2125.                             "dvillager",
    2126.                             "svillager"
    2127.                         ]
    2128.                     }
    2129.                 },
    2130.                 "standby": {
    2131.                     "paint": {
    2132.                         "command": "expose",
    2133.                         "target": "AnyButTeam",
    2134.                         "msg": "Type /paint to Type /paint to paint someone blue and expose them! You won't be revealed!",
    2135.                         "exposemsg": "A bucket of blue paint falls, and ~Role~ is covered in it!"
    2136.                     }
    2137.                 },
    2138.                 "onDeath": {
    2139.                     "convertRoles": {
    2140.                         "happy": "villager",
    2141.                         "dhappy": "villager",
    2142.                         "shappy": "villager"
    2143.                     }
    2144.                 },
    2145.                 "lynch": {
    2146.                     "convertTo": "villager",
    2147.                     "convertmsg": "~Self~ has released that perhaps blue is not the key to happyness, and has joined the village!"
    2148.                 }
    2149.             }
    2150.         },
    2151.         {
    2152.             "role": "dcarpainter",
    2153.             "translation": "Diamondized Mr. Carpainter",
    2154.             "side": "mafia1",
    2155.             "help": "Oh no, you've been diamondized! You are still Mr. Carpainter, however you no longer have your convert and vote power.",
    2156.             "info": "Diamondized Mr. Carpainter. Vote of 0. Sided with Happy Happyism.",
    2157.             "actions": {
    2158.                 "vote": 0,
    2159.                 "initialCondition": {
    2160.                     "curse": {
    2161.                         "cursedRole": "carpainter",
    2162.                         "curseCount": 2,
    2163.                         "curseConvertMessage": "Mr. Carpainter is no longer diamondized."
    2164.                     }
    2165.                 },
    2166.                 "onDeath": {
    2167.                     "convertRoles": {
    2168.                         "happy": "villager",
    2169.                         "dhappy": "villager",
    2170.                         "shappy": "villager"
    2171.                     }
    2172.                 },
    2173.                 "lynch": {
    2174.                     "convertTo": "villager",
    2175.                     "convertmsg": "~Self~ has released that perhaps blue is not the key to happyness, and has joined the village!"
    2176.                 }
    2177.             },
    2178.             "hide": true
    2179.         },
    2180.         {
    2181.             "role": "pogo",
    2182.             "translation": "Pogo Punk",
    2183.             "side": "mafia3",
    2184.             "help": "You are the Pogo Punk, one of the strongest members of the Sharks gang! Work together with Frank your fellow Sharks to win! However, since it's hard to attack people with your pogo stick, you tend to miss a lot, meaning that when ever you /pogo, you have a 50% chance to fail when killing.",
    2185.             "info": "Can kill separated from team but has 50% chance to miss. Sided with the Shark Mafia.",
    2186.             "actions": {
    2187.                 "night": {
    2188.                     "pogo": {
    2189.                         "command": "kill",
    2190.                         "target": "AnyButTeam",
    2191.                         "common": "Self",
    2192.                         "priority": 34,
    2193.                         "broadcast": "team",
    2194.                         "failChance": 0.5
    2195.                     }
    2196.                 },
    2197.                 "startup": "team-reveal-with-roles"
    2198.             }
    2199.         },
    2200.         {
    2201.             "role": "dpogo",
    2202.             "translation": "Diamondized Pogo Punk",
    2203.             "side": "mafia3",
    2204.             "help": "Oh no, you've been diamondized! You are still Pogo Punk, however you no longer have your nightkill and vote power.",
    2205.             "info": "Diamondized Pogo Punk. Vote of 0. Sided with Shark mafia.",
    2206.             "actions": {
    2207.                 "vote": 0,
    2208.                 "initialCondition": {
    2209.                     "curse": {
    2210.                         "cursedRole": "pogo",
    2211.                         "curseCount": 2,
    2212.                         "curseConvertMessage": "Pogo Punk is no longer diamondized."
    2213.                     }
    2214.                 }
    2215.             },
    2216.             "hide": true
    2217.         },
    2218.         {
    2219.             "role": "spogo",
    2220.             "translation": "Pogo Punk",
    2221.             "side": "mafia3",
    2222.             "help": "You are the Pogo Punk, one of the strongest members of the Sharks gang! Work together with Frank your fellow Sharks to win! However, since it's hard to attack people with your pogo stick, you tend to miss a lot, meaning that when ever you /pogo, you have a 50% chance to fail when killing.",
    2223.             "info": "Silently Cursed Pogo Punk. Duration of one day. Able to protect+safeguard. Has a vote of -1. Sided with the Shark mafia.",
    2224.             "actions": {
    2225.                 "vote": -1,
    2226.                 "night": {
    2227.                     "pogo": {
    2228.                         "command": [
    2229.                             "protect",
    2230.                             "safeguard"
    2231.                         ],
    2232.                         "target": "AnyButSelf",
    2233.                         "common": "Self",
    2234.                         "priority": 4
    2235.                     }
    2236.                 },
    2237.                 "initialCondition": {
    2238.                     "curse": {
    2239.                         "cursedRole": "pogo",
    2240.                         "curseCount": 1,
    2241.                         "silentCurse": true
    2242.                     }
    2243.                 }
    2244.             },
    2245.             "hide": true
    2246.         },
    2247.         {
    2248.             "role": "yes",
    2249.             "translation": "Yes Man Jr.",
    2250.             "side": "mafia3",
    2251.             "help": "You are Yes Man Jr. A member of the Sharks Gang! Work together with with Frank and your Fellow Sharks to win! You can use your hula hoop to distract someone with /hoop OR your can use it to kill with /kill!",
    2252.             "info": "Can kill shared with team or Distracts, cannot do both the same night. Sided with the Shark Mafia.",
    2253.             "actions": {
    2254.                 "night": {
    2255.                     "kill": {
    2256.                         "target": "AnyButTeam",
    2257.                         "common": "Team",
    2258.                         "priority": 33,
    2259.                         "broadcast": "team",
    2260.                         "restrict": [
    2261.                             "hoop"
    2262.                         ]
    2263.                     },
    2264.                     "hoop": {
    2265.                         "command": "distract",
    2266.                         "target": "AnyButTeam",
    2267.                         "common": "Self",
    2268.                         "priority": 4,
    2269.                         "broadcast": "team",
    2270.                         "restrict": [
    2271.                             "kill"
    2272.                         ]
    2273.                     }
    2274.                 },
    2275.                 "startup": "team-reveal-with-roles"
    2276.             }
    2277.         },
    2278.         {
    2279.             "role": "dfrank",
    2280.             "translation": "Diamondized Frank",
    2281.             "side": "mafia3",
    2282.             "help": "Oh no, you've been diamondized! You are still Frank, however you no longer have your nightkill, daykill and vote power.",
    2283.             "info": "Diamondized Frank. Vote of 0. Sided with Shark mafia.",
    2284.             "actions": {
    2285.                 "vote": 0,
    2286.                 "initialCondition": {
    2287.                     "curse": {
    2288.                         "cursedRole": "frank",
    2289.                         "curseCount": 2,
    2290.                         "curseConvertMessage": "Frank is no longer diamondized."
    2291.                     }
    2292.                 }
    2293.             },
    2294.             "hide": true
    2295.         },
    2296.         {
    2297.             "role": "dyes",
    2298.             "translation": "Diamondized Yes Man Jr.",
    2299.             "side": "mafia3",
    2300.             "help": "Oh no, you've been diamondized! You are still Yes Man Jr., however you no longer have your nightkill, Distract and vote power.",
    2301.             "info": "Diamondized Yes Man Jr. Vote of 0. Sided with Shark Mafia.",
    2302.             "actions": {
    2303.                 "vote": 0,
    2304.                 "initialCondition": {
    2305.                     "curse": {
    2306.                         "cursedRole": "yes",
    2307.                         "curseCount": 2,
    2308.                         "curseConvertMessage": "Yes Man Jr. is no longer diamondized."
    2309.                     }
    2310.                 }
    2311.             },
    2312.             "hide": true
    2313.         },
    2314.         {
    2315.             "role": "sviginess",
    2316.             "translation": "Ness",
    2317.             "side": "village",
    2318.             "help": "Kumatora has fallen, it is your new task to continue with her doings! Use /thunder to attack your enemies with a powerful PK Thunder and avenge Kumatora! You still have a vote of 3.",
    2319.             "info": "Silently Cursed Ness. Duration of one day. Able to protect+safeguard. Has a vote of -3. Sided with the Village.",
    2320.             "actions": {
    2321.                 "vote": -3,
    2322.                 "night": {
    2323.                     "thunder": {
    2324.                         "command": [
    2325.                             "protect",
    2326.                             "safeguard"
    2327.                         ],
    2328.                         "target": "AnyButSelf",
    2329.                         "common": "Self",
    2330.                         "priority": 4
    2331.                     }},
    2332.                     "initialCondition": {
    2333.                         "curse": {
    2334.                             "cursedRole": "viginess",
    2335.                             "curseCount": 1,
    2336.                             "silentCurse": true
    2337.                         }
    2338.                     }
    2339.             },
    2340.             "hide": true
    2341.         },
    2342.         {
    2343.             "role": "syes",
    2344.             "translation": "Yes Man Jr.",
    2345.             "side": "mafia3",
    2346.             "help": "You are Yes Man Jr. A member of the Sharks Gang! Work together with with Frank and your Fellow Sharks to win! You can use your hula hoop to distract someone with /hoop OR your can use it to kill with /kill!",
    2347.             "info": "Silently Cursed Yes Man Jr. Duration of one day. Able to protect+safeguard. Has a vote of -1. Sided with the Shark mafia.",
    2348.             "actions": {
    2349.                 "vote": -1,
    2350.                 "night": {
    2351.                     "hoop": {
    2352.                         "command": [
    2353.                             "protect",
    2354.                             "safeguard"
    2355.                         ],
    2356.                         "target": "AnyButSelf",
    2357.                         "common": "Self",
    2358.                         "priority": 4,
    2359.                         "restrict": [
    2360.                             "kill"
    2361.                         ]
    2362.                     },
    2363.                     "kill": {
    2364.                         "command": [
    2365.                             "protect",
    2366.                             "safeguard"
    2367.                         ],
    2368.                         "target": "AnyButSelf",
    2369.                         "common": "Self",
    2370.                         "priority": 4,
    2371.                         "restrict": [
    2372.                             "hoop"
    2373.                         ]
    2374.                     }
    2375.                 },
    2376.                 "initialCondition": {
    2377.                     "curse": {
    2378.                         "cursedRole": "yes",
    2379.                         "curseCount": 1,
    2380.                         "silentCurse": true
    2381.                     }
    2382.                 }
    2383.             },
    2384.             "hide": true
    2385.         },
    2386.         {
    2387.             "role": "sfrank",
    2388.             "translation": "Frank",
    2389.             "side": "mafia3",
    2390.             "help": "You are Fail-Proof Frank, the leader of the infamous Sharks Street Gang! No one, not even the Onett police, dares mess with you and your fellow Sharks. Fight with your gang and expand your territory throughout the world! You can use /fight during the day once per game to kill a role without being revealed and have a nightkill every other night with /kill.",
    2391.             "info": "Silently Cursed Frank. Duration of one day. Able to protect+safeguard. Has a vote of -1. Sided with the Shark mafia.",
    2392.             "actions": {
    2393.                 "vote": -1,
    2394.                 "night": {
    2395.                     "kill": {
    2396.                         "command": [
    2397.                             "protect",
    2398.                             "safeguard"
    2399.                         ],
    2400.                         "target": "AnyButSelf",
    2401.                         "common": "Self",
    2402.                         "priority": 4
    2403.                     }
    2404.                 },
    2405.                 "initialCondition": {
    2406.                     "curse": {
    2407.                         "cursedRole": "frank",
    2408.                         "curseCount": 1,
    2409.                         "silentCurse": true
    2410.                     }
    2411.                 }
    2412.             },
    2413.             "hide": true
    2414.         },
    2415.         {
    2416.             "role": "gfnight",
    2417.             "translation": "Giygas",
    2418.             "side": "godfather",
    2419.             "help": "You are the alien Giygas, the very embodiment of evil. Your mind has been destroyed by the evil power, and your goal now is to destroy the world. You switch between a nightkill (/kill) and a daykill (/explode) every day. Also, due to your immense cosmic power, you must be defeated two times before you are truly destroyed. As fully powered Giygas, you avoid all kills, and have a vote of 2.",
    2420.             "info": "Switches between Night Kills (/kill) and Day Kills (/explode) every day. Has three phases. Sided with itself.",
    2421.             "actions": {
    2422.                 "night": {
    2423.                     "kill": {
    2424.                         "target": "AnyButSelf",
    2425.                         "common": "Self",
    2426.                         "priority": 17
    2427.                     }
    2428.                 },
    2429.                 "initialCondition": {
    2430.                     "curse": {
    2431.                         "cursedRole": "gfday",
    2432.                         "curseCount": 1
    2433.                     }
    2434.                 }
    2435.             }
    2436.         },
    2437.         {
    2438.             "role": "gfday",
    2439.             "translation": "Giygas",
    2440.             "side": "godfather",
    2441.             "help": "You are the alien Giygas, the very embodiment of evil. Your mind has been destroyed by the evil power, and your goal now is to destroy the world. You may use your daykill (/explode) today.",
    2442.             "info": "Switches between Night Kills (/kill) and Day Kills (/explode) every day. Has three phases. Sided with itself.",
    2443.             "actions": {
    2444.                 "standby": {
    2445.                     "kill": {
    2446.                         "target": "AnyButSelf",
    2447.                         "msg": "Use /explode now upon your enemies.",
    2448.                         "killmsg": "Giygas blasted his wrath upon ~Target~ who took mortal damage!"
    2449.                     }
    2450.                 },
    2451.                 "initialCondition": {
    2452.                     "curse": {
    2453.                         "cursedRole": "gfnight",
    2454.                         "curseCount": 1
    2455.                     }
    2456.                 }
    2457.             }
    2458.         }
    2459.     ],
    2460.     "roles1": [
    2461.         "villager",
    2462.         "psoldier",
    2463.         "ness",
    2464.         "ant",
    2465.         "bodyguard"
    2466.     ],
    2467.     "roles2": [
    2468.         "villager",
    2469.         "psoldier",
    2470.         "ness",
    2471.         "ant",
    2472.         "bodyguard",
    2473.         "villager",
    2474.         "vigilante",
    2475.         "specter",
    2476.         "frank",
    2477.         "lucas",
    2478.         "masked",
    2479.         "rat",
    2480.         "hooker",
    2481.         "pogo",
    2482.         "villager",
    2483.         "consp",
    2484.         "samurai",
    2485.         "carbon",
    2486.         "villager",
    2487.         "carpainter",
    2488.         "shroom",
    2489.         "psoldier",
    2490.         "healer",
    2491.         "villager",
    2492.         "shieldbomb"
    2493.     ],
    2494.     "roles3": [
    2495.         "villager",
    2496.         "psoldier",
    2497.         "ness",
    2498.         "ant",
    2499.         "bodyguard",
    2500.         "villager",
    2501.         "vigilante",
    2502.         "specter",
    2503.         "frank",
    2504.         "lucas",
    2505.         "masked",
    2506.         "rat",
    2507.         "hooker",
    2508.         "pogo",
    2509.         "villager",
    2510.         "samurai",
    2511.         "carbon",
    2512.         "villager",
    2513.         "carpainter",
    2514.         "consp",
    2515.         "shroom",
    2516.         "psoldier",
    2517.         "healer",
    2518.         "villager",
    2519.         "shieldbomb",
    2520.         "villager",
    2521.         "psoldier",
    2522.         "ness",
    2523.         "ant",
    2524.         "bodyguard",
    2525.         "villager",
    2526.         "vigilante",
    2527.         "specter",
    2528.         "frank",
    2529.         "lucas",
    2530.         "masked",
    2531.         "rat",
    2532.         "hooker",
    2533.         "pogo",
    2534.         "villager",
    2535.         "samurai",
    2536.         "carbon",
    2537.         "villager",
    2538.         "carpainter",
    2539.         "consp",
    2540.         "shroom",
    2541.         "psoldier",
    2542.         "healer",
    2543.         "villager",
    2544.         "shieldbomb",
    2545.         "porky",
    2546.         "psoldier",
    2547.         "gfnight",
    2548.         "villager",
    2549.         "yes",
    2550.         "skate",
    2551.         "pogo",
    2552.         "villager",
    2553.         "happy",
    2554.         "villager",
    2555.         "tns",
    2556.         "mole",
    2557.         "villager"
    2558.     ],
    2559.     "villageCantLoseRoles": [
    2560.         "ness",
    2561.         "vigilante",
    2562.         "viginess"
    2563.     ],
    2564.     "killmsg" : "±Game: ~Player~ (~Role~) was defeated!",
    2565.     "killusermsg" : "*** You have been defeated!",
    2566.     "votemsg" : "~Player~ attacks ~Target~!",
    2567.     "lynchmsg" : "±Game: ~Player~ (~Role~) was defeated!",
    2568.     "drawmsg" : "GAME OVER! this is all Parakinetic's fault, he sucks."
    2569. }
    [/HIDE]

    ROLES:
    Heroes

    Mr. Saturn (villager)
    Help Text: Zing! You're just a plain old Mr. Saturn. Help the village and use the power of your 1 vote and /vote during the day! Boing!
    Abilities:


    Poo (healer)
    Help Text: You are the prince of Dalaam, Poo! Use your /heal to heal your friends' status such as Diamondize and Mushroomize. You can also free a Happy Happy Cultist to make them join the village!
    Abilities:

    Night Actions:
    Heal: Convert.
    Can convert to Mr. Saturn (Mr. Saturn), Flint (Flint), Lucas (Lucas), Ninten (Ninten), Kumatora (Kumatora), Duster (Duster), Paula (Paula), Ness (Ness), Negative Man (Negative Man), Pigmask Soldier (Pigmask Soldier), Porky Minch (Porky Minch), Masked Man (Masked Man), Mr. Carpainter (Mr. Carpainter), Happy Happy Cultist (Happy Happy Cultist), Giygas (Giygas), Diamondized Frank (Frank) or Diamondized Pogo Punk (Pogo Punk).
    On Death:
    Convert the following roles: Ness (to Ness-Healer), Diamondized Ness (to Ness-Healer) and Ness (to Ness-Healer).


    Flint (shieldbomb)
    Help Text: You are Lucas' father. You can /shield people to make any effect aimed at them go towards you. You don't go down without a fight, so anyone who kills you will also die.
    Abilities:

    Night Actions:
    Shield:
    Kills anyone that kill this role even if protected/safeguarded (action is not canceled).


    Ninten (bodyguard)
    Help Text: You are Ninten, the main character of Earthbound Zero! You can either use /lifeup to safeguard, /defup to protect, or /heal to detoxify during the night!
    Abilities:

    Night Actions:
    Lifeup: Safeguard. Can't use defup and heal during the same night this action is used.
    Defup: Protect. Can't use lifeup and heal during the same night this action is used.
    Heal: Detox. Can't use defup and lifeup during the same night this action is used.
    On Death:
    Convert the following roles: Ness (to Ness-Guard), Diamondized Ness (to Ness-Guard) and Ness (to Ness-Guard).


    Kumatora (vigilante)
    Help Text: You are the tomboyish princess of Osohe, Kumatora! Use /thunder to attack your enemies with a powerful PK Thunder and help the village!
    Abilities:

    Night Actions:
    Thunder: Kill.
    On Death:
    Convert the following roles: Ness (to Ness-Thunder), Diamondized Ness (to Ness-Thunder) and Ness (to Ness-Thunder).


    Duster (hooker)
    Help Text: You are Duster, Thief of Justice! Use your thief skills to distract people with a weird /dance!
    Abilities:

    Night Actions:
    Dance: Distract.


    Paula (samurai)
    Help Text: You are Paula, the wielder of powerful PSI attacks. You are awesome so you can use /freeze during the day to kill your enemies with PK Freeze! You will not be revealed because you're so innocent.
    Abilities:

    Standby Actions:
    Freeze: Kill. User is not revealed.
    On Death:
    Convert the following roles: Ness (to Ness-Starstorm), Ness (to Ness-Starstorm) and Diamondized Ness (to Ness-Starstorm).


    Lucas (lucas)
    Help Text: You are Lucas, the main character from Earthbound 2! Due to your ability to use PSI, you can use /flash, which Inspects, Protects, and Distracts at the same time.
    Abilities:

    Night Actions:
    Flash: Inspect, Distract and Protect.
    On Death:
    Convert the following roles: Ness (to Ness-Flash), Ness (to Ness-Flash) and Diamondized Ness (to Ness-Flash).


    Ness (ness)
    Help Text: You are Ness, the bat-wielding hero of Earthbound! You have a vote of 3 and if a PK user of your team dies, you will be able to use their commands! (only works for the first one)
    Abilities:

    Vote counts as 3.


    Ness-Healer (healness)
    Help Text: Poo has fallen, it is your new task to continue with his doings! You can now /heal your teammates from Diamondize, Mushroomize and free Mr. Saturns from Happy Happyism! You have still a vote of 3.
    Abilities:

    Night Actions:
    Heal: Convert.
    Can convert to Mr. Saturn (Diamondized Mr. Saturn, Mr. Saturn), Flint (Diamondized Flint, Flint), Lucas (Diamondized Lucas, Lucas), Ninten (Diamondized Ninten, Ninten), Kumatora (Diamondized Kumatora, Kumatora), Duster (Diamondized Duster, Duster), Paula (Diamondized Paula, Paula), Negative Man (Diamondized Negative Man, Negative Man), Pigmask Soldier (Diamondized Pigmask Soldier, Pigmask Soldier), Porky Minch (Diamondized Porky Minch, Porky Minch), Masked Man (Diamondized Masked Man, Masked Man), Mr. Carpainter (Diamondized Mr. Carpainter, Mr. Carpainter), Happy Happy Cultist (Diamondized Happy Happy Cultist, Happy Happy Cultist), Giygas (Diamondized Giygas, Giygas, Giygas), Diamondized Frank (Frank, Frank) or Diamondized Pogo Punk (Pogo Punk, Pogo Punk).
    Vote counts as 3.


    Ness-Guard (bgness)
    Help Text: Ninten has fallen, it is your new task to continue with his doings! You can either use /lifeup to safeguard, /defup to protect, or /heal to detoxify during the night! You still have a vote of 3
    Abilities:

    Night Actions:
    Lifeup: Safeguard. Can't use defup and heal during the same night this action is used.
    Defup: Protect. Can't use lifeup and heal during the same night this action is used.
    Heal: Detox. Can't use defup and lifeup during the same night this action is used.
    Vote counts as 3.


    Ness-Thunder (viginess)
    Help Text: Kumatora has fallen, it is your new task to continue with her doings! Use /thunder to attack your enemies with a powerful PK Thunder and avenge Kumatora! You still have a vote of 3.
    Abilities:

    Night Actions:
    Thunder: Kill.


    Ness-Starstorm (samuness)
    Help Text: Paula has fallen, it is your new task to continue with her doings! Use /starstorm to make the sky fall upon your enemies, you won't be reavealed! You still have a vote of 3.
    Abilities:

    Standby Actions:
    Starstorm: Kill. User is not revealed.
    Vote counts as 3.


    Ness-Flash (inspness)
    Help Text: Lucas has fallen, it is your new task to continue with his doings! You can use /flash, which Inspects, Protects, and Distracts at the same time. You still have a vote of 3.
    Abilities:

    Night Actions:
    Flash: Inspect, Distract and Protect.
    On Death:
    Convert the following roles: Ness (to Ness-Flash), Ness (to Ness-Flash) and Diamondized Ness (to Ness-Flash).
    Vote counts as 3.

    Sanctuary Guardians


    Carbon Dog (carbon)
    Help Text: You are the last Sanctuary Guardian, You share a kill with your team, after 3 nights you will turn into a Diamond Dog, or after being lynched, whatever happens first.
    Abilities:

    Night Actions:
    Kill: Shared with team.
    Gets cursed for 3 turns when game starts or player is converted to this role (changes to Diamond Dog).
    Convert to Diamond Dog if lynched.

    Knows teammates.

    Diamond Dog (diamond)
    Help Text: Now that your true powers were awoken, you can now /diamondize a target for 2 nights, every night. Diamondized targets have no action and no votes.
    Abilities:

    Night Actions:
    Diamondize: Convert.
    Can convert to Diamondized Mr. Saturn (Mr. Saturn, Mr. Saturn), Diamondized Poo (Poo, Poo), Diamondized Flint (Flint, Flint), Diamondized Lucas (Lucas, Lucas), Diamondized Ninten (Ninten, Ninten), Diamondized Kumatora (Kumatora, Kumatora), Diamondized Duster (Duster, Duster), Diamondized Paula (Paula, Paula), Diamondized Ness (Ness, Ness), Diamondized Ness (Ness-Healer, Ness-Healer), Diamondized Ness (Ness-Guard, Ness-Guard), Diamondized Ness (Ness-Thunder, Ness), Diamondized Ness (Ness-Starstorm, Ness-Starstorm), Diamondized Ness (Ness-Flash, Ness-Flash), Diamondized Negative Man (Negative Man, Negative Man), Diamondized Pigmask Soldier (Pigmask Soldier, Pigmask Soldier), Diamondized Porky Minch (Porky Minch, Porky Minch), Diamondized Masked Man (Masked Man, Masked Man), Diamondized Mr. Carpainter (Mr. Carpainter, Mr. Carpainter), Diamondized Happy Happy Cultist (Happy Happy Cultist, Happy Happy Cultist), Diamondized Giygas (Giygas, Giygas, Giygas), Diamondized Frank (Frank, Frank), Diamondized Pogo Punk (Pogo Punk, Pogo Punk), Diamondized Skate Punk (Skate Punk, Skate Punk) or Diamondized Yes Man Jr. (Yes Man Jr., Yes Man Jr.).
    Knows teammates.


    Shrooom! (shroom)
    Help Text: You are the Fourth Sanctuary Guardian, and you can apply a silent curse for 1 day with /mushroomize! Whoever you mushroomize will have a vote of -1, and if he has a command, it will either change into Kill (Protect, Shield, Dispel and Safeguard turn into this) or Protect+Safeguard (All other commands)
    Abilities:

    Night Actions:
    Mushroomize: Convert.
    Can convert to Mr. Saturn (Mr. Saturn, Diamondized Mr. Saturn), Poo (Poo, Diamondized Poo), Flint (Flint, Diamondized Flint), Lucas (Lucas, Diamondized Lucas), Ninten (Ninten, Diamondized Ninten), Kumatora (Kumatora, Diamondized Kumatora), Duster (Duster, Diamondized Duster), Paula (Paula, Diamondized Paula), Ness (Ness, Diamondized Ness), Negative Man (Negative Man, Diamondized Negative Man), Pigmask Soldier (Pigmask Soldier, Diamondized Pigmask Soldier), Masked Man (Masked Man, Diamondized Masked Man), Mr. Carpainter (Mr. Carpainter, Diamondized Mr. Carpainter), Happy Happy Cultist (Happy Happy Cultist, Diamondized Happy Happy Cultist), Giygas (Giygas, Giygas, Diamondized Giygas), Frank (Frank, Diamondized Frank), Pogo Punk (Pogo Punk, Diamondized Pogo Punk), Skate Punk (Skate Punk, Diamondized Skate Punk) or Yes Man Jr. (Yes Man Jr., Diamondized Yes Man Jr.).
    Knows teammates.

    Thunder and Storm (tns)
    Help Text: You are Thunder and Storm! While one person, you have the power of two. Therefore, you share a kill with your team while also being able to daykill every 2 nights.
    Abilities:

    Night Actions:
    Kill: Shared with team.
    Standby Actions:
    Kill: User is not revealed. Can be used 1 times per day. Can be used every 2 days.
    Knows teammates.


    Electro Specter (specter)
    Help Text: You are the Electro Specter! You can either protect one person per night, or share a kill with your team.
    Abilities:

    Night Actions:
    Kill: Shared with team. Can't use protect during the same night this action is used.
    Protect: Can't use kill during the same night this action is used.
    Knows teammates.


    Plague Rat of Doom (rat)
    Help Text: Yo wassup. You're the Great and Mighty Plague Rat of Doom! You can /poison someone during the night and here's the best part: You're so awesome that you poison anyone who kills you!
    Abilities:

    Night Actions:
    Poison: Kills after 0 days.
    Poison anyone that kill this role for 0 turns.
    Knows teammates.


    Mondo Mole (mole)
    Help Text: You are Mondo Mole! You have the ability to kill, however, due to your slight disability regarding eyesight, you have a 25% chance to miss.
    Abilities:

    Night Actions:
    Kill: Has a 25% chance of failing.
    Knows teammates.


    Titanic Ant (ant)
    Help Text: You are the Titanic Ant! You have a shared kill with your team of Sanctuary Guardians.
    Abilities:

    Night Actions:
    Kill: Shared with team.
    Knows teammates.



    Happy Happy Cult

    Happy Happy Cultist (happy)
    Help Text: You are a Happy Happy Cultist! You were previously a villager, however you have became one of the cult members, following your leader Mr. Carpainter, therefore you have a shared kill every night. However, you have a vote of 1.5 and also inspect as Mr. Carpainter due to your pledged allegiane to him.
    Abilities:

    Night Actions:
    Kill: Shared with team.
    Inspected as Mr. Carpainter.
    Vote counts as 1.5.


    Mr. Carpainter (carpainter)
    Help Text: Blue is the sexiest color of all! The key to happiness is the color blue... You are on a mission to paint everything in the world blue, and you will defeat anyone who stands in your way! You can /convert villagers to join your side as Cultists. Be careful not to hit Ness though, since his Franklin Badge will reflect your attack and kill you. You can also /inspect during the day to gain information for the cult! If you are lynched, you realize you were wrong and you and your cultists will become villagers.
    Abilities:

    Night Actions:
    Convert:
    Can convert to Happy Happy Cultist (Mr. Saturn, Diamondized Mr. Saturn, Mr. Saturn).
    Standby Actions:
    Paint: Expose. User is not revealed.
    On Death:
    Convert the following roles: Happy Happy Cultist (to Mr. Saturn), Diamondized Happy Happy Cultist (to Mr. Saturn) and Happy Happy Cultist (to Mr. Saturn).
    Convert to Mr. Saturn if lynched.

    Pigmask Army

    Pigmask Soldier (psoldier)
    Help Text: You are the basic grunt of the Pigmask Army, the Pigmask Soldier! Being the basic grunt, you have a shared kill, using /kill, with your fellow Pigmask Soldiers and have a standard vote of 1.
    Abilities:

    Night Actions:
    Kill: Shared with team.
    Knows teammates.


    Masked Man (masked)
    Help Text: Hi! Your the mighty Masked Man. As commander of the Pigmask Army, you share a kill, using /kill, with the army that you command. However, due to your superior ranking and military intelligence, you have one extra kill once per game, using /charge. Be careful when using /charge though, because you cannot command the army that night. You also have a vote of 1.5.
    Abilities:

    Night Actions:
    Kill: Shared with team. Can't use charge during the same night this action is used.
    Charge: Kill. Can't use kill during the same night this action is used.
    Vote counts as 1.5.
    Knows teammates.


    Porky Minch (porky)
    Help Text: You are King P, supreme ruler of the Pigmask Army! You're crazy, so you want to destroy the world. As leader of the pigmasks, you have a +3 vote and a 90% to evade daykills.
    Abilities:

    Night Actions:
    Kill: Shared with team.
    Has a 900% chance of evading kill.
    Can't be daykilled.
    Vote counts as 3.
    Knows teammates.


    Shark Mafia

    Skate Punk (skate)
    Help Text: You are the Skate Punk, one of the fastest members of the Sharks Gang! Work with your fellow Sharks to win! Since you ride on a skateboard, you can quickly go to your allies and shield them from harm! Use /protect to protect and safeguard someone!
    Abilities:

    Night Actions:
    Protect: Protect and Safeguard.
    Vote counts as -1.


    Frank (frank)
    Help Text: You are Fail-Proof Frank, the leader of the infamous Sharks Street Gang! No one, not even the Onett police, dares mess with you and your fellow Sharks. Fight with your gang and expand your territory throughout the world! You can use /fight during the day once per game to kill a role without being revealed and have a nightkill every other night with /kill.
    Abilities:

    Night Actions:
    Kill: Shared with team.
    Standby Actions:
    Fight: Kill. User is not revealed. Can be used 1 times during the game.
    Knows teammates.


    Pogo Punk (pogo)
    Help Text: You are the Pogo Punk, one of the strongest members of the Sharks gang! Work together with Frank your fellow Sharks to win! However, since it's hard to attack people with your pogo stick, you tend to miss a lot, meaning that when ever you /pogo, you have a 50% chance to fail when killing.
    Abilities:

    Night Actions:
    Pogo: Kill. Has a 50% chance of failing.
    Knows teammates.

    Yes Man Jr. (yes)
    Help Text: You are Yes Man Jr. A member of the Sharks Gang! Work together with with Frank and your Fellow Sharks to win! You can use your hula hoop to distract someone with /hoop OR your can use it to kill with /kill!
    Abilities:

    Night Actions:
    Kill: Shared with team. Can't use hoop during the same night this action is used.
    Hoop: Distract. Can't use kill during the same night this action is used.
    Knows teammates.


    Giygas

    Giygas (gfnight)
    Help Text: You are the alien Giygas, the very embodiment of evil. Your mind has been destroyed by the evil power, and your goal now is to destroy the world. You switch between a nightkill (/kill) and a daykill (/explode) every day. Also, due to your immense cosmic power, you must be defeated two times before you are truly destroyed. As fully powered Giygas, you avoid all kills, and have a vote of 2.
    Abilities:

    Night Actions:
    Kill:
    Gets cursed for 1 turns when game starts or player is converted to this role (changes to Giygas).


    Negative Man

    Negative Man (consp)
    Help Text: You are so worthless and depressed that you pose no threat to anyone. You don't really care who wins, you can win with anybody. You may expose yourself during the day using /sob (your name), and your vote counts as -5.
    Win Conditions:

    If the following sides win: Heroes, Sanctuary Guardians, Happy Happy Cult, Pigmask Army, Shark Mafia, Giygas or Negative Man.

    Abilities:

    Standby Actions:
    Sob: Expose. User is not revealed.
    Vote counts as -5. [/HIDE]

    i only got to play one game, so i'm not too sure about balance.
    i've heard some mixed opinions (mafia OP, village OP, balanced, etc...), so i would appreciate some feedback. boing!

    You probably won't find me on the server, so you can find me on the forums instead

    ------------------------------------------------------------------------------------------------------------------------
    P.S. some random guy actually gave me the name parakinetic after he quit the server
     
    Last edited: Nov 16, 2013
  2. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    If you need some logs, I have a few here: https://www.dropbox.com/sh/8xkqgxry45m9sv0/_LQnuh8QeV
    I only played a few games myself, and mostly died N1, so I can't give much feedback, but I can at least offer those logs.
     
  3. Duster

    Duster dodgerswin 2018

    Joined:
    Sep 23, 2013
    Messages:
    378
    Likes Received:
    699
    Cool, thanks for the logs.

    It looks like sharks and cultists are quite underpowered. I'm trying to think of a way to buff them without making them too OP.. :/
    I was thinking about making carpainter convert other roles instead of just mr. saturn, but that might be too powerful
     
  4. Sky Sentinel

    Sky Sentinel You see?

    Joined:
    Oct 21, 2012
    Messages:
    814
    Likes Received:
    24
    PO Trainer Name:
    Sky Sentinel
    "help": "You are Thunder and Storm! While one person, you have the power of two. Therefore, you share a kill with your team while also being able to daykill every 2 nights.",

    hah
     
  5. Duster

    Duster dodgerswin 2018

    Joined:
    Sep 23, 2013
    Messages:
    378
    Likes Received:
    699
    shit.

    thankyou will fix later