Garden

Discussion in 'Review' started by Slowkii, May 21, 2013.

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

    Slowkii Banned

    Joined:
    Jan 28, 2013
    Messages:
    603
    Likes Received:
    0
    Hey all, Slowkii here, and this is my second coded theme! This theme is based around a garden (as the title says) that is getting attacked by insects, animals and even evil plants. The theme has seemingly little amount of roles, but can support 27 players. Without further ado, I give you garden:

    Raw Code:
    http://pastebin.com/raw.php?i=0jZYBNAq[/HIDE]

    Code:
    Code (text):
    1. {    "name": "Garden",
    2.     "author": "Lickitung",
    3.     "summary": "The garden, usually a peaceful place, is being attacked! Some Good guys have turned vicous.... and the Insects and the Animals are eating all in sight! Can the plants, with the help of the gardener, save the Garden?",
    4.     "sides": [
    5.         {
    6.             "side": "plant",
    7.             "translation": "Plants",
    8.             "winmsg": "The garden is saved! The gardener now can tend to his plants freely!"
    9.         },
    10.         {
    11.             "side": "bug",
    12.             "translation": "Insects",
    13.             "winmsg": "~Players~ may not be at the top of the food chain, but now they can eat all they like!"
    14.         },
    15.         {
    16.             "side": "animal",
    17.             "translation": "Animals",
    18.             "winmsg": "This is how it is SUPPOSED to be! ~Players~ have conquered the garden, and have driven out all the opposition!"
    19.         },
    20.         {
    21.             "side": "eplant",
    22.             "translation": "Evil Do-ers",
    23.             "winmsg": "Muahahaha! ~Players~ have overrun the garden, making it no longer habitable for the wildlife!"
    24.         }
    25.     ],
    26.     "roles": [
    27.         {
    28.             "role": "gardener",
    29.             "translation": "Gardener",
    30.             "side": "plant",
    31.             "help": "You're the Gardener! Crucial for the Garden's survival, you have 2 votes! You can /inspect each night to see if any thing is wrong.",
    32.             "info": "Has two votes and an inspect.",
    33.             "actions": {
    34.                 "vote": 2,
    35.                 "night": {
    36.                     "inspect": {
    37.                         "command": [
    38.                             "inspect",
    39.                             "convert"
    40.                         ],
    41.                         "target": "AnyButSelf",
    42.                         "common": "Self",
    43.                         "priority": 50,
    44.                         "convertmsg": "The gardener saw the fox, and frightened it! It vicously attacked ~Self~!",
    45.                         "newRole": "sfox",
    46.                         "canConvert": [
    47.                             "fox"
    48.                         ]
    49.                     }
    50.                 }
    51.             }
    52.         },
    53.         {
    54.             "role": "rose",
    55.             "translation": "Rose",
    56.             "side": "plant",
    57.             "help": "You are the rose! Due to your sweet scent, you can stop someone in their tracks for the night, by using /scent!",
    58.             "info": "Can distract once per night.",
    59.             "actions": {
    60.                 "night": {
    61.                     "scent": {
    62.                         "command": "distract",
    63.                         "target": "AnyButSelf",
    64.                         "common": "Self",
    65.                         "priority": 1,
    66.                         "distractmsg": "Huh.... There was a sweet smell last night, and you followed it until it dissappeared. Sadly, you didn't have time to complete your ~Action~!",
    67.                         "teammsg": "You and your partner were cought up follow some scent..... What a shame!"
    68.                     }
    69.                 }
    70.             }
    71.         },
    72.         {
    73.             "role": "wnut",
    74.             "translation": "Walnut",
    75.             "side": "plant",
    76.             "help": "You're the Walnut! Being as durable as you are, you may have a voteshield! Don't forget to /protect the gardener.",
    77.             "info": "Can protect once per night. Has a chance of -1 voteshield.",
    78.             "actions": {
    79.                 "voteshield": [
    80.                     -1,
    81.                     0
    82.                 ],
    83.                 "night": {
    84.                     "protect": {
    85.                         "target": "AnyButSelf",
    86.                         "common": "Role",
    87.                         "priority": 3
    88.                     }
    89.                 }
    90.             }
    91.         },
    92.         {
    93.             "role": "wnut2",
    94.             "translation": "Walnut",
    95.             "side": "plant",
    96.             "help": "You're the Walnut! Being as durable as you are, you may have a voteshield! Don't forget to /protect the gardener.",
    97.             "info": "Can protect once per night. Has a chance of -2 or -1 voteshield.",
    98.             "actions": {
    99.                 "voteshield": [
    100.                     -2,
    101.                     -1,
    102.                     0
    103.                 ],
    104.                 "night": {
    105.                     "protect": {
    106.                         "target": "AnyButSelf",
    107.                         "common": "Role",
    108.                         "priority": 3
    109.                     }
    110.                 }
    111.             }
    112.         },
    113.         {
    114.             "role": "grass",
    115.             "translation": "Grass",
    116.             "side": "plant",
    117.             "help": "You're just grass! You can't do anything but vote!",
    118.             "info": "Cannot make any action.",
    119.             "actions": {}
    120.         },
    121.         {
    122.             "role": "weed",
    123.             "translation": "Weed",
    124.             "side": "plant",
    125.             "help": "You're just grass! You can't do anything but vote!",
    126.             "info": "Inspects as a slug.",
    127.             "actions": {
    128.                 "inspect": {
    129.                     "revealAs": "slug"
    130.                 },
    131.                 "lynch": {
    132.                     "revealAs": "slug"
    133.                 },
    134.                 "startup": {
    135.                     "revealAs": "grass"
    136.                 },
    137.                 "onlist": "slug"
    138.             }
    139.         },
    140.         {
    141.             "role": "trap",
    142.             "translation": "Venus Fly Trap",
    143.             "side": "plant",
    144.             "help": "SNAP! You're the venus fly trap! You can snap your jaws on someone each night with /snap! Because you're so fast and sensitive, you have high priority!",
    145.             "info": "Has 1 fast nightkill.",
    146.             "actions": {
    147.                 "night": {
    148.                     "snap": {
    149.                         "command": "kill",
    150.                         "target": "AnyButSelf",
    151.                         "common": "Role",
    152.                         "priority": 6
    153.                     }
    154.                 }
    155.             }
    156.         },
    157.         {
    158.             "role": "sun",
    159.             "translation": "Sun Flower",
    160.             "side": "plant",
    161.             "help": "You're the cheery Sun Flower! You gather sun for your friends, (who need it!) and because of this, you have a vote between 2 and 4!",
    162.             "info": "Has a vote between 2-4.",
    163.             "actions": {
    164.                 "vote": [
    165.                     2,
    166.                     3,
    167.                     4,
    168.                     5
    169.                 ]
    170.             }
    171.         },
    172.         {
    173.             "role": "sun2",
    174.             "translation": "Sun Flower",
    175.             "side": "plant",
    176.             "help": "You're the cheery Sun Flower! You gather sun for your friends, (who need it!) and because of this, you have a vote between 2 and 6!",
    177.             "info": "Has a vote between 2 and 6.",
    178.             "actions": {
    179.                 "vote": [
    180.                     2,
    181.                     3,
    182.                     4,
    183.                     5,
    184.                     6,
    185.                     7
    186.                 ]
    187.             }
    188.         },
    189.         {
    190.             "role": "bee",
    191.             "translation": "Bumble Bee",
    192.             "side": "plant",
    193.             "help": "Bzzzzz... You're the Bumble Bee! Unlike your brother, the wasp, you are good and like to gossip! Sometimes at night, you might hear things!",
    194.             "info": "Has a 10%/2% hax chance. (Team/Role)",
    195.             "actions": {
    196.                 "hax": {
    197.                     "kill": {
    198.                         "revealTeam": 0.1,
    199.                         "revealPlayer": 0.02
    200.                     },
    201.                     "scent": {
    202.                         "revealTeam": 0.1,
    203.                         "revealPlayer": 0.02
    204.                     },
    205.                     "sting": {
    206.                         "revealTeam": 0.1,
    207.                         "revealPlayer": 0.02
    208.                     },
    209.                     "eat": {
    210.                         "revealTeam": 0.1,
    211.                         "revealPlayer": 0.02
    212.                     },
    213.                     "buzz": {
    214.                         "revealTeam": 0.1,
    215.                         "revealPlayer": 0.02
    216.                     },
    217.                     "musk": {
    218.                         "revealTeam": 0.1,
    219.                         "revealPlayer": 0.02
    220.                     },
    221.                     "protect": {
    222.                         "revealTeam": 0.1,
    223.                         "revealPlayer": 0.02
    224.                     },
    225.                     "safeguard": {
    226.                         "revealTeam": 0.1,
    227.                         "revealPlayer": 0.02
    228.                     }
    229.                 }
    230.             }
    231.         },
    232.         {
    233.             "role": "bomb",
    234.             "translation": "Bomb Flower",
    235.             "side": "plant",
    236.             "help": "You're the Bomb Flower! Who the heck grows Bomb Flowers? It doesn't matter, try and act like a grass, and maybe you'll revenge a daykill!",
    237.             "info": "Revenges Nightkills and Daykills.",
    238.             "actions": {
    239.                 "kill": {
    240.                     "mode": "killattacker"
    241.                 },
    242.                 "daykill": "bomb",
    243.                 "daykillrevengemsg": "~Target~ tried to kill ~Self~, but the Gardener was prepared! He lit ~Self~ alight and ran away!"
    244.             }
    245.         },
    246.         {
    247.             "role": "dock",
    248.             "translation": "Dock Leaf",
    249.             "side": "plant",
    250.             "help": "You're the Dock Leaf! You may not look like much, which gives you 0 votes, but you stop those pesky nettles from stinging by /safeguard ing someone!",
    251.             "info": "Has 0 votes and can safeguard",
    252.             "actions": {
    253.                 "vote": 0,
    254.                 "night": {
    255.                     "safeguard": {
    256.                         "target": "AnyButSelf",
    257.                         "common": "Self",
    258.                         "priority": 2
    259.                     }
    260.                 }
    261.             }
    262.         },
    263.         {
    264.             "role": "bush",
    265.             "side": "plant",
    266.             "translation": "Bush",
    267.             "help": "You're a bush! Not just any bush though... A greenfly bush! This means that if you /rustle during the day, you will attract ladybirds.",
    268.             "info": "Can reveal self once per standby.",
    269.             "actions": {
    270.                 "standby": {
    271.                     "rustle": {
    272.                         "command": "reveal",
    273.                         "revealmsg": "A bush starts rustling... and the ladybirds all come over to feast on the bugs! The bush is alive with colours, and it takes the chance to anounce its name: ~Self~!"
    274.                     }
    275.                 }
    276.             }
    277.         },
    278.         {
    279.             "role": "slug",
    280.             "translation": "Slug",
    281.             "side": "bug",
    282.             "help": "You're a slug! You share a /kill with any other slugs! You have low priority, but no matter! A kill is a kill!",
    283.             "info": "Shares a kill with other slugs.",
    284.             "actions": {
    285.                 "startup": "team-reveal-with-roles",
    286.                 "night": {
    287.                     "kill": {
    288.                         "target": "AnyButTeam",
    289.                         "priority": 20,
    290.                         "common": "Team",
    291.                         "broadcast": "team"
    292.                     }
    293.                 }
    294.             }
    295.         },
    296.         {
    297.             "role": "fly",
    298.             "translation": "Blue Bottle Fly",
    299.             "side": "bug",
    300.             "help": "Big, uggly and annoying... You're a Blue Bottle Fly! You can /buzz every two nights to annoy someone so muhc, they can't complete their Action! You also have negative votes, use them wisely!",
    301.             "info": "Can distract once every other night. Has -2 votes.",
    302.             "actions": {
    303.                 "startup": "team-reveal-with-roles",
    304.                 "night": {
    305.                     "buzz": {
    306.                         "command": "distract",
    307.                         "target": "AnyButTeam",
    308.                         "common": "Self",
    309.                         "priority": 1,
    310.                         "recharge": 2,
    311.                         "distractmsg": "You were annoyed by a Fly! You spent all night attempting to swat it!",
    312.                         "teammsg": "You and your partner spent all night trying to swat a Fly!"
    313.                     },
    314.                     "kill": {
    315.                         "target": "AnyButTeam",
    316.                         "priority": 20,
    317.                         "common": "Team",
    318.                         "broadcast": "team"
    319.                     }
    320.                 }
    321.             }
    322.         },
    323.         {
    324.             "role": "beetle",
    325.             "translation": "Stag Beetle",
    326.             "side": "bug",
    327.             "help": "You are a Stag Beetle! You are strong, and have a hard exoskeleton, so you can't be night killed! You have 0 votes and share a /kill with your team.",
    328.             "info": "Has 0 votes. Shares a kill with team and cannot be night killed.",
    329.             "actions": {
    330.                 "startup": "team-reveal-with-roles",
    331.                 "vote": 0,
    332.                 "kill": {
    333.                     "mode": "ignore"
    334.                 },
    335.                 "night": {
    336.                     "kill": {
    337.                         "target": "AnyButTeam",
    338.                         "priority": 9,
    339.                         "common": "Team",
    340.                         "broadcast": "team"
    341.                     }
    342.                 }
    343.             }
    344.         },
    345.         {
    346.             "role": "grabbit",
    347.             "translation": "Grey Rabbit",
    348.             "side": "animal",
    349.             "help": "You are a grey rabbit! You are considered to be a vermin as you /eat flowers at night!",
    350.             "info": "Can kill once per night.",
    351.             "actions": {
    352.                 "startup": "team-reveal-with-roles",
    353.                 "night": {
    354.                     "eat": {
    355.                         "command": "kill",
    356.                         "target": "AnyButTeam",
    357.                         "priority": 8,
    358.                         "common": "Role",
    359.                         "broadcast": "Role"
    360.                     }
    361.                 }
    362.             }
    363.         },
    364.         {
    365.             "role": "lrabbit",
    366.             "translation": "Large Rabbit",
    367.             "side": "animal",
    368.             "help": "You are a large rabbit! You can't be distracted and you can /kill once per night!",
    369.             "info": "Ignores distractors and can kill.",
    370.             "actions": {
    371.                 "startup": "team-reveal-with-roles",
    372.                 "distract": {
    373.                     "mode": "ignore"
    374.                 },
    375.                 "night": {
    376.                     "kill": {
    377.                         "target": "AnyButTeam",
    378.                         "priority": 10,
    379.                         "common": "Self",
    380.                         "broadcast": "team"
    381.                     }
    382.                 }
    383.             }
    384.         },
    385.         {
    386.             "role": "fox",
    387.             "translation": "Fox",
    388.             "side": "animal",
    389.             "help": "You are a fox! If you are inspected, you get scared and will kill the Gardener!",
    390.             "info": "When inspected, kills Gardener. Will convert to Scared Fox when this happens.",
    391.             "actions": {
    392.                 "startup": "team-reveal-with-roles",
    393.                 "inspect": {
    394.                     "mode": "killattacker"
    395.                 }
    396.             }
    397.         },
    398.         {
    399.             "role": "sfox",
    400.             "translation": "Scared Fox",
    401.             "side": "animal",
    402.             "help": "Oh no! You were inspected! You are now so afraid that you can kill during the standby phase! Beware, this will reveal you, and can only be used once! You have 0 votes now.",
    403.             "info": "Has a 1 charge revealing Day kill. Has 0 votes.",
    404.             "actions": {
    405.                 "vote": 0,
    406.                 "standby": {
    407.                     "kill": {
    408.                         "target": "AnyButSelf",
    409.                         "recharge": 99,
    410.                         "killmsg": "The Fox took a chance and Lunged at ~Target~, not caring who saw that they were ~Self~!"
    411.                     }
    412.                 }
    413.             }
    414.         },
    415.         {
    416.             "role": "nettle",
    417.             "translation": "Nettle",
    418.             "side": "eplant",
    419.             "help": "You're the Nettles! Infamous for stinging people, you can /sting once per night to poison someone! You may have -1 votes!",
    420.             "info": "Can poison once per night. May have -1 votes. (20%)",
    421.             "actions": {
    422.                 "vote": [
    423.                     1,
    424.                     1,
    425.                     1,
    426.                     1,
    427.                     -1
    428.                 ],
    429.                 "startup": "team-reveal-with-roles",
    430.                 "night": {
    431.                     "sting": {
    432.                         "command": "poison",
    433.                         "target": "AnyButTeam",
    434.                         "common": "Self",
    435.                         "priority": 30,
    436.                         "broadcast": "team",
    437.                         "count": 2
    438.                     }
    439.                 }
    440.             }
    441.         },
    442.         {
    443.             "role": "thorn",
    444.             "translation": "Brambles",
    445.             "side": "eplant",
    446.             "help": "You're the Brambles! Since you give a tasty fruit, you inspect as grass! If the Rose of Fly come to you, they get tangled up in your thorns and die! You also have a 20% of getting -1 votes!",
    447.             "info": "Inspects as Grass, and kills distractors. May may have -1 votes.",
    448.             "actions": {
    449.                 "vote": [
    450.                     1,
    451.                     1,
    452.                     1,
    453.                     1,
    454.                     -1
    455.                 ],
    456.                 "startup": "team-reveal-with-roles",
    457.                 "inspect": {
    458.                     "revealAs": "grass"
    459.                 },
    460.                 "distract": {
    461.                     "mode": "ChangeTarget",
    462.                     "hookermsg": "You tried to distract the brambles, and got tangled in its thorns!",
    463.                     "msg": "Someone tried to distract you, and got tangled in your thorns."
    464.                 }
    465.             }
    466.         },
    467.         {
    468.             "role": "wrose",
    469.             "translation": "Withered Rose",
    470.             "side": "eplant",
    471.             "help": "You're the Withered Rose! You joined the Evil Plants, just to be different, but you can still distract using /musk! You might have -1 votes, so be careful!",
    472.             "info": "Can distract once per night. May have -1 votes.",
    473.             "actions": {
    474.                 "vote": [
    475.                     1,
    476.                     1,
    477.                     1,
    478.                     1,
    479.                     -1
    480.                 ],
    481.                 "startup": "team-reveal-with-roles",
    482.                 "night": {
    483.                     "musk": {
    484.                         "command": "distract",
    485.                         "target": "AnyButTeam",
    486.                         "common": "Self",
    487.                         "priority": 1,
    488.                         "distractmsg": "Huh.... There was a musky smell last night, and you had to hold your nose till it dissappeared. Sadly, you didn't have time to complete your ~Action~!",
    489.                         "teammsg": "You and your partner had to hold your nose all night, because there was a bad smell... How Fun!"
    490.                     }
    491.                 }
    492.             }
    493.         },
    494.         {
    495.             "role": "wasp",
    496.             "translation": "Wasp",
    497.             "side": "eplant",
    498.             "help": "You're a Wasp! While your twin was out gossiping, you plotted with the Evil Plants! You have perfected your venom and can kill once a day with it! You might have negative votes!",
    499.             "info": "Can kill once a day.",
    500.             "actions": {
    501.                 "vote": [
    502.                     1,
    503.                     1,
    504.                     1,
    505.                     1,
    506.                     1,
    507.                     1,
    508.                     1,
    509.                     1,
    510.                     1,
    511.                     -1
    512.                 ],
    513.                 "standby": {
    514.                     "venom": {
    515.                         "command": "kill",
    516.                         "target": "AnyButTeam",
    517.                         "msg": "Use /venom to poison a foe!",
    518.                         "killmsg": "Oh look, is that the Bee flying around? Suddenly, the Wasp pulls off his disguise, darts forward and stings ~Target~!"
    519.                     }
    520.                 }
    521.             }
    522.         }
    523.     ],
    524.     "roles1": [
    525.         "gardener",
    526.         "wnut",
    527.         "slug",
    528.         "slug",
    529.         "grass",
    530.         "rose",
    531.         "lrabbit",
    532.         "grass",
    533.         "weed",
    534.         "fly",
    535.         "bush",
    536.         "grabbit",
    537.         "dock",
    538.         "nettle",
    539.         "sun"
    540.     ],
    541.     "roles2": [
    542.         "gardener",
    543.         "wnut2",
    544.         "slug",
    545.         "beetle",
    546.         "grass",
    547.         "lrabbit",
    548.         "grass",
    549.         "weed",
    550.         "rose",
    551.         "fly",
    552.         "bush",
    553.         "fox",
    554.         "dock",
    555.         "nettle",
    556.         "sun2",
    557.         "grass",
    558.         "grabbit",
    559.         "trap",
    560.         "thorn",
    561.         "slug",
    562.         "bee",
    563.         "fox",
    564.         "wasp",
    565.         "bomb",
    566.         "wrose",
    567.         "grass",
    568.         "grass"
    569.     ],
    570.     "villageCantLoseRoles": [
    571.         "gardener",
    572.         "wnut",
    573.         "wnut2",
    574.         "rose",
    575.         "trap",
    576.         "rose",
    577.         "trap",
    578.         "sun",
    579.         "bomb"
    580.     ]
    581. }
    [/HIDE]

    Sides:
    Animals:
    • Fox
    • Grey Rabbit
    • Large Rabbit
    • Scared Fox
    EvilDo-ers:

    • Brambles
    • Nettle
    • Wasp
    • Withered Rose
    Insects:

    • Blue Bottle Fly
    • Slug
    • Stag Beetle
    Plants:

    • Bomb Flower
    • Bumble Bee
    • Bush
    • Dock Leaf
    • Gardener
    • Grass
    • Rose
    • Sun Flower
    • Sun Flower
    • Venus Fly Trap
    • Wallnut
    • Wallnut
    • Weed


    [/HIDE]

    Roles:
    PlantsGardener(gardener)
    HelpText
    :You're the Gardener! Crucial for the Garden's survival, you have 2votes! You can /inspect each night to see if any thing iswrong.
    Abilities:


    • Night Actions:
      • Inspect: Inspect and Convert
        • Can convert to Scared Fox (Fox).
    • Vote counts as 2.

    Rose(rose)
    HelpText:You are the rose! Due to your sweet scent, you can stop someone intheir tracks for the night, by using /scent!
    Abilities:

    • Night Actions:
      • Scent: Distract.

    Walnut(wnut)
    HelpText:You're the Walnut! Being as durable as you are, you may have avoteshield! Don't forget to /protect the gardener.
    Abilities:

    • Night Actions:
      • Protect: Shared with role.
    • Random Voteshield of -1 or 0.

    Walnut(wnut2)
    HelpText:You're the Walnut! Being as durable as you are, you may have avoteshield! Don't forget to /protect the gardener.
    Abilities:

    • Night Actions:
      • Protect: Shared with role.
    • Random Voteshield of -2, -1 or 0.

    Grass(grass)
    HelpText:You're just grass! You can't do anything but vote!
    Abilities:

    Weed(weed)
    HelpText:You're just grass! You can't do anything but vote!
    Abilities:

    • Inspected as Slug.
    • Reveal as Slug if lynched.
    • Appears as Slug at Current Roles list.
    • Sees itself as Grass.

    VenusFly Trap(trap)
    HelpText:SNAP! You're the venus fly trap! You can snap your jaws on someoneeach night with /snap! Because you're so fast and sensitive, you havehigh priority!
    Abilities:

    • Night Actions:
      • Snap: Kill. Shared with role.

    SunFlower(sun)
    HelpText:You're the cheery Sun Flower! You gather sun for your friends, (whoneed it!) and because of this, you have a vote between 2 and4!
    Abilities:

    • Vote counts randomly as 2, 3, 4 or 5.

    SunFlower(sun2)
    HelpText:You're the cheery Sun Flower! You gather sun for your friends, (whoneed it!) and because of this, you have a vote between 2 and6!
    Abilities:

    • Vote counts randomly as 2, 3, 4, 5, 6 or 7.

    BumbleBee(bee)
    HelpText:Bzzzzz... You're the Bumble Bee! Unlike your brother, the wasp, youare good and like to gossip! Sometimes at night, you might hearthings!
    Abilities:

    • Gets night hax on:
      • Kill: Team/Action/Target (10%). Player/Team (2%).
      • Scent: Team/Action/Target (10%). Player/Team (2%).
      • Sting: Team/Action/Target (10%). Player/Team (2%).
      • Eat: Team/Action/Target (10%). Player/Team (2%).
      • Buzz: Team/Action/Target (10%). Player/Team (2%).
      • Musk: Team/Action/Target (10%). Player/Team (2%).
      • Protect: Team/Action/Target (10%). Player/Team (2%).
      • Safeguard: Team/Action/Target (10%). Player/Team (2%).

    BombFlower(bomb)
    HelpText:You're the Bomb Flower! Who the heck grows Bomb Flowers? It doesn'tmatter, try and act like a grass, and maybe you'll revenge adaykill!
    Abilities:

    • Kills anyone that kill this role (action is not canceled).
    • Kill attacker when daykilled.

    DockLeaf(dock)
    HelpText:You're the Dock Leaf! You may not look like much, which gives you 0votes, but you stop those pesky nettles from stinging by /safeguarding someone!
    Abilities:

    • Night Actions:
      • Safeguard:
    • Vote counts as 0.

    Bush(bush)
    HelpText:You're a bush! Not just any bush though... A greenfly bush! Thismeans that if you /rustle during the day, you will attractladybirds.
    Abilities:

    • Standby Actions:
      • Rustle: Reveal.



    Insects

    Slug(slug)
    HelpText:You're a slug! You share a /kill with any other slugs! You have lowpriority, but no matter! A kill is a kill!
    Abilities:

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

    BlueBottle Fly(fly)
    HelpText:Big, uggly and annoying... You're a Blue Bottle Fly! You can /buzzevery two nights to annoy someone so muhc, they can't complete theirAction! You also have negative votes, use them wisely!
    Abilities:

    • Night Actions:
      • Buzz: Distract. Can be used every 2 nights.
      • Kill: Shared with team.
    • Knows teammates.

    StagBeetle(beetle)
    HelpText:You are a Stag Beetle! You are strong, and have a hard exoskeleton,so you can't be night killed! You have 0 votes and share a /kill withyour team.
    Abilities:

    • Night Actions:
      • Kill: Shared with team.
    • Can't be killed.
    • Vote counts as 0.
    • Knows teammates.



    Animals

    GreyRabbit(grabbit)
    HelpText:You are a grey rabbit! You are considered to be a vermin as you /eatflowers at night!
    Abilities:

    • Night Actions:
      • Eat: Kill. Shared with role.
    • Knows teammates.

    LargeRabbit(lrabbit)
    HelpText:You are a large rabbit! You can't be distracted and you can /killonce per night!
    Abilities:

    • Night Actions:
      • Kill:
    • Can't be distracted.
    • Knows teammates.

    Fox(fox)
    HelpText:You are a fox! If you are inspected, you get scared and will kill theGardener!
    Abilities:

    • Kills anyone that inspect this role (action is not canceled).
    • Knows teammates.

    ScaredFox(sfox)
    HelpText:Oh no! You were inspected! You are now so afraid that you can killduring the standby phase! Beware, this will reveal you, and can onlybe used once! You have 0 votes now.
    Abilities:

    • Standby Actions:
      • Kill: Reveals user. Can be used every 99 days.
    • Vote counts as 0.



    EvilDo-ers

    Nettle(nettle)
    HelpText:You're the Nettles! Infamous for stinging people, you can /sting onceper night to poison someone! You may have -1 votes!
    Abilities:

    • Night Actions:
      • Sting: Poison (Kills after 1 days)
    • Vote counts randomly as 1, 1, 1, 1 or -1.
    • Knows teammates.

    Brambles(thorn)
    HelpText:You're the Brambles! Since you give a tasty fruit, you inspect asgrass! If the Rose of Fly come to you, they get tangled up in yourthorns and die! You also have a 20% of getting -1 votes!
    Abilities:

    • Inspected as Grass.
    • Kills anyone that distract this role (action is canceled).
    • Vote counts randomly as 1, 1, 1, 1 or -1.
    • Knows teammates.

    WitheredRose(wrose)
    HelpText:You're the Withered Rose! You joined the Evil Plants, just to bedifferent, but you can still distract using /musk! You might have -1votes, so be careful!
    Abilities:

    • Night Actions:
      • Musk: Distract.
    • Vote counts randomly as 1, 1, 1, 1 or -1.
    • Knows teammates.

    Wasp(wasp)
    HelpText:You're a Wasp! While your twin was out gossiping, you plotted withthe Evil Plants! You have perfected your venom and can kill once aday with it! You might have negative votes!
    Abilities:

    • Standby Actions:
      • Venom: Kill. User is not revealed.
    • Vote counts randomly as 1, 1, 1, 1, 1, 1, 1, 1, 1 or -1.


    [/HIDE]
    Spawn List:

    List1 (5~15players):
    1. Gardener (gardener)
    2. Wallnut (wnut)
    3. Slug (slug)
    4. Slug (slug)
    5. Grass (grass)
    6. Rose (rose)
    7. Large Rabbit (lrabbit)
    8. Grass (grass)
    9. Weed (weed)
    10. Blue Bottle Fly (fly)
    11. Bush (bush)
    12. Grey Rabbit (grabbit)
    13. Dock Leaf (dock)
    14. Nettle (nettle)
    15. Sun Flower (sun)

    List2(16~27players):

    1. Gardener (gardener)
    2. Wallnut (wnut2)
    3. Slug (slug)
    4. Stag Beetle (beetle)
    5. Grass (grass)
    6. Large Rabbit (lrabbit)
    7. Grass (grass)
    8. Weed (weed)
    9. Rose (rose)
    10. Blue Bottle Fly (fly)
    11. Bush (bush)
    12. Fox (fox)
    13. Dock Leaf (dock)
    14. Nettle (nettle)
    15. Sun Flower (sun2)
    16. Grass (grass)
    17. Grey Rabbit (grabbit)
    18. Venus Fly Trap (trap)
    19. Brambles (thorn)
    20. Slug (slug)
    21. Bumble Bee (bee)
    22. Fox (fox)
    23. Wasp (wasp)
    24. Bomb Flower (bomb)
    25. Withered Rose (wrose)
    26. Grass (grass)
    27. Grass (grass)


    [/HIDE]

    Priority List:
    1] Rose (Scent)
    [1] Withered Rose (Musk)
    [1] Blue Bottle Fly (Buzz)
    [2] Dock Leaf (Safeguard)
    [3] Wallnut (Protect)
    [3] Wallnut (Protect)
    [6] Venus Fly Trap (Snap)
    [8] Grey Rabbit (Eat)
    [9] Stag Beetle (Kill)
    [10] Large Rabbit (Kill)
    [20] Slug (Kill)
    [20] Blue Bottle Fly (Kill)
    [30] Nettle (Sting)
    [50] Gardener (Inspect)
    [/HIDE]

    And there you have it!
     
    Last edited: May 28, 2013
  2. Beast

    Beast I do what I want

    Joined:
    Sep 7, 2012
    Messages:
    925
    Likes Received:
    31
    If you look at your Code hide tags the code just looks like a jumbled mess that noone is going to be able to read.

    Also, at one point there was a theme named the exact same thing on the server and it was taken down because it took years for it to finish. Angel coded that theme but I don't think it is anywhere for us to see right now sadly.

    Personally I think you should change the name so that it doesn't get confused as being the other theme and never played because people think it is going to take decades for them to finish it.
     
  3. Fuzzysqurl

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

    Joined:
    Sep 12, 2012
    Messages:
    2,096
    Likes Received:
    967
    The formatting has to do with the WYSIWYG editor @ Beast. You need to put the theme in
    Code (text):
    1.  tags in order it to maintain the spacing, the RAW link isn't a jumbled mess so that's pretty much what everyone has to look at.
    2.  
    3. Few issues I noticed off a brief skimming:
    4.  
    5. Weed has "Startup reveal" as "Slug" but it should be "Grass"
    6. A few roles aren't crystal clear they have actions, if you say like "protect" (in the Wallnut) change it to "/protect" so people can get a quick glance.
    7. Sunflower 2 has a vote of 2-5 based on coding, but 2-6 in help, remember the last number is exclusive, it should be "vote": [2,7]
    8. The Fox's flavor is a little awkward... You're scared so you can daykill is weird.
     
    Last edited: May 21, 2013
  4. Slowkii

    Slowkii Banned

    Joined:
    Jan 28, 2013
    Messages:
    603
    Likes Received:
    0
    Foxes, when cornered, turn violent. Fixing the code, Weed, infos and Sun flower.

    Will think about new name.
     
    Last edited: May 22, 2013
  5. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Gardener - "info": "Has two votes and an inspect.", The votes aren't coded.
    Wallnut - The code has changed. What you have is now -2 or 1 when voted. To get -2 or -1, it would be "voteshield": [-2, -1],
    sun flower(both)- Same as wallnut. He has 2 or 5 votes. To get 2-4, you need to do "vote": [2,3,4], (or "vote": [2,3,4,5,6],)


    Inspector, PL, voteshielder, villagers, miller, vigi, mayor, mini-spy, bomb, revealing role. --- Tough to say. Without a bodyguard, roles won't claim. It isn't a bad thing in a sense. I don't know how this will work out fully. It's a tough call.

    Bugs seem weak. Avoid kill, 0 votes. The fly should have a shared kill or else it won't win on its own. Still, it has a chance to save allies. The kill avoid and 0 votes weakens them a little more.

    Animals are a bit strong compared to bugs. Basic killer. Avoiding PL is extremely strong in this format. Fox is pretty interesting. Fox should have a chance to have +1 vote if anything. (To let it win on its own.) You can scale it to probability too "vote": [1,1,1,1,2], - 20% of 2 votes. Then fox gets destroyed after a daykill because 0 votes.

    eplants have that kills problem too. If you don't want to buff too much for those, you can give it a chance to hit +votes. The [1,1,1,1,2] makes it so 80% of the time, it will be normal and 20% will have a slight boost and possibly beat out some village people. Mafias should have a way to win if it's 1v2 against villagers. Wasp as day killer is ok. It is good.


    After evaluating those things, I have to remember that each side is weaker than normal and compare them to each other. I still say that each mafia needs something to let them win if they are in a 1v2 villager situation. I am not 100% on balance, but most roles seem to be interchangeable with each other. This means it will be difficult to learn as a theme. Nothing that can't be learned though. Overall, I want to see how people react to this theme first, so I will ask for a test [1] for that.
     
  6. Slowkii

    Slowkii Banned

    Joined:
    Jan 28, 2013
    Messages:
    603
    Likes Received:
    0
    The wallnut can BG too, but Wasp is there. I think the Bush could do some voicing.

    Thanks! I will fix the code issues, and add then 20% chance of 2 votes for fox and Stag Beetle.

    It says in Ice's theme chekcer "Vote counts randomly from 2 to 4." but I'll change it to be on the safe side.

    To do:

    Give Gardener 2 votes
    Fix walnut's voteshield
    Fix Sunflowers votes
    Fly shares kill with slug.
    Eplant should have a chance to hit -votes being evil and all.


    Thanks for the Test [1] will update this soon!

    Wasp has only 10% chance of -1, already having a daykill and all. Also, fixed bramble's info. Editing new stuff into OP.
     
    Last edited: May 24, 2013
  7. Jack Bradley

    Jack Bradley New Member

    Joined:
    May 12, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    Nico Kursaki
    It may be a coincedcne, but a month ago I posted a theme called plants that had a war of the garden too. It hd the rose, the grass and the plants vs animals part. This isn't an improved-copy of my theme is it? (Even if it is, I can say it is better)
     
    Last edited: Jun 2, 2013
  8. Slowkii

    Slowkii Banned

    Joined:
    Jan 28, 2013
    Messages:
    603
    Likes Received:
    0
    "Improved Copy". Well for one, its actually a theme, not an idea balled together into a sloppy code.

    A rose is one of the most common flowers, the flower that comes to mind when "Red", "Romantic" or "Love" are mentioned. Grass is the obvious choice for villager, being so much of it, and tell me, what other than humans eat plants? Oh, you got it! Animals!

    Just because you had posted a theme that wasn't actually a theme,before I had posted mine, how do you know that yours wasn't started before mine? Maybe it was in work?

    So yeah. Think before you post, and this is no wherenear a copy.
     
  9. Not L

    Not L Fairy Princess

    Joined:
    Jan 9, 2012
    Messages:
    193
    Likes Received:
    0
    Be nice. And for everyone's knowledge, Jack's theme was different. Different concept, different design, etc.
     
    Last edited: May 26, 2013
  10. Slowkii

    Slowkii Banned

    Joined:
    Jan 28, 2013
    Messages:
    603
    Likes Received:
    0
    I'm not trying to be mean, it's just that that was a very blind accusation!
     
  11. Not L

    Not L Fairy Princess

    Joined:
    Jan 9, 2012
    Messages:
    193
    Likes Received:
    0
    I know. I'm just trying to keep the peace here.
     
  12. Marquis

    Marquis beez in the whazzit??

    Joined:
    Jan 26, 2013
    Messages:
    259
    Likes Received:
    47
    I think Roild hit pretty much all of what I want to say about this theme. I like your flavor/theme concept, just make sure you fix the spelling and grammatical errors, or else I might die while playing this. Also, again, balance issues in regards to a PR-heavy village. I'm willing to give this a test [2].
     
  13. Not L

    Not L Fairy Princess

    Joined:
    Jan 9, 2012
    Messages:
    193
    Likes Received:
    0
    Not sure how I like the random votes, but it's worth a try. PLEASE fix walnut. One "L" not 2. It's been driving me crazy, haha. Do that and Test [3]
     
  14. Slowkii

    Slowkii Banned

    Joined:
    Jan 28, 2013
    Messages:
    603
    Likes Received:
    0
    Its an inetentional Pun :<

    Wall-nut. Like a wall, so its the BG.

    But oh well, changing
     
  15. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Just add that hyphen. :P "Wall-nut". Not L can survive the spelling, I believe. Unless he doesn't. D:
     
  16. Epikhairz

    Epikhairz Delta Stream

    Joined:
    Mar 15, 2013
    Messages:
    929
    Likes Received:
    102
    PO Trainer Name:
    Epikhairz
    LOL how is this theme going to be tested with theme author Slowkii banned? :O
     
  17. Jack Bradley

    Jack Bradley New Member

    Joined:
    May 12, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    Nico Kursaki
    Sorry Slowkii. Anyway, I think maybe it should be tested.
     
    Last edited: Jun 2, 2013
  18. Jack Bradley

    Jack Bradley New Member

    Joined:
    May 12, 2013
    Messages:
    18
    Likes Received:
    0
    PO Trainer Name:
    Nico Kursaki
    Yeah...how is that possible?
     
  19. Katia

    Katia Haxy Haxy!

    Joined:
    Apr 17, 2012
    Messages:
    261
    Likes Received:
    0
    (17:04) Katia: hey beast
    (17:05) Katia: I have a question
    (17:05) Katia: what should we do with a theme whose creator has been banned?
    (17:05) Beast: let it sit there.
    (17:05) Katia: ok
    (17:05) Beast: and judge is honestly
    (17:06) Katia: all right
    (17:07) Katia: tho
    (17:07) Katia: what will be done when changes are needed?
    (17:07) Katia: since clearly
    (17:08) Katia: the owner won't be able to make changes
    (17:10) Beast: someone else can make them or the theme dies.

    (17:11) Katia: ok

    Well I see something I don't get tho I don't know how I am going to get an answer. Walnut has this: Has a chance of -1 voteshield. How does something have a chance at a voteshield?
     
  20. IceKirby

    IceKirby A.K.A. RiceKirby

    Joined:
    Apr 26, 2011
    Messages:
    2,176
    Likes Received:
    635
    PO Trainer Name:
    RiceKirby
    Using Random Voteshield feature ("voteshield": [-1, 0]). This means the voteshield will be randomly chosen each voting phase from one of the values in the array.
     
  21. MewtwoHidden

    MewtwoHidden My Hax Makes Me Famous

    Joined:
    Nov 22, 2012
    Messages:
    823
    Likes Received:
    119
    PO Trainer Name:
    MewtwoHidden
    Alright so I'm taking over Garden and so I guess that we should upload it and you can continue reviewing
     
  22. Fuzzysqurl

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

    Joined:
    Sep 12, 2012
    Messages:
    2,096
    Likes Received:
    967
    Some things I noticed:

    A bit light on the Villager counts
    (23:40:13) Current Roles: Blue Bottle Fly, Bush, Dock Leaf, Gardener, Grass, Grass, Grey Rabbit, Large Rabbit, Nettle, Rose, Slug, Slug, Slug, Sun Flower, Walnut.
    (23:40:13) Current Team: Bush, Dock Leaf, Gardener, Grass, Grass, Rose, Sun Flower, Walnut, Weed

    There's a total of 2 villagers there.

    Sunflower 2 says 2-6 vote, but coded for 2-7

    Rose's Distract produces ~Action~ in the message.


    "help": "Big, uggly and annoying... You're a Blue Bottle Fly! You can /buzz every two nights to annoy someone so muhc, they can't complete their Action! You also have negative votes, use them wisely!",

    Fox cannot do anything until inspected, and even then, it has 0 votes and a 1 time revealing kill.

    Eplant's help is somewhat confusing, it doesn't really explain the 20% feature too much. Should tell them they have a vote of 1 otherwise.

    Infos don't match coded in a few roles, including Wasp.
    Infos should tell which side they are on (This helps a TON if a possible stall comes up)

    Having the only spy on the village over-centralizes the role and allows flawless connection if the PRs spam their actions enough

    Wallnut's help shield should be more clear on the voteshield


    Fix those and I'll look at balance more.
     
  23. ZZZX

    ZZZX The Ghost Of The Past

    Joined:
    May 28, 2013
    Messages:
    103
    Likes Received:
    10
    since roses /distract on villigers and roles without night actions would give ~Action~ so i think that should be removed and replaced with action (you couldn't complete your action for example)
     
  24. MewtwoHidden

    MewtwoHidden My Hax Makes Me Famous

    Joined:
    Nov 22, 2012
    Messages:
    823
    Likes Received:
    119
    PO Trainer Name:
    MewtwoHidden
    Last edited: Jun 5, 2013
  25. Fuzzysqurl

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

    Joined:
    Sep 12, 2012
    Messages:
    2,096
    Likes Received:
    967
    Put which side they are on in the info tag too.
     
  26. Roild

    Roild Member

    Joined:
    Jul 21, 2012
    Messages:
    861
    Likes Received:
    11
    PO Trainer Name:
    Roild
    Um. So. I'll decline [1] this one due to being somewhat weak and seemingly not too special.
     
  27. Roy Mustang

    Roy Mustang HOMOSEXUAL UNICORN

    Joined:
    Jan 30, 2011
    Messages:
    786
    Likes Received:
    23
    PO Trainer Name:
    Roy Mustang
    Theme seems dull, the votes seem like they will be confusing due to all of the different voting capabilities of different roles, and it looks unbalanced (namely the balance problems roild mentioned earlier).

    Decline [2]
     
Thread Status:
Not open for further replies.