From c964b556de50700add1f3ff667998f5e25696a3e Mon Sep 17 00:00:00 2001 From: jacob1 Date: Fri, 28 Nov 2014 16:29:37 -0500 Subject: [PATCH] update aleatoire roleset with description + likelihood --- settings/wolfgame.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 709418e..e6a077b 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -578,13 +578,11 @@ class AmnesiaMode(object): # Credits to Metacity for designing and current name # Blame arkiwitect for the original name of KrabbyPatty -@game_mode("aleatoire") +@game_mode("aleatoire", 4, 24, 2) class AleatoireMode(object): + """Roleset created by Metacity and balanced by woffle.""" def __init__(self): - self.MIN_PLAYERS = 4 - self.MAX_PLAYERS = 24 - self.SHARPSHOOTER_CHANCE = 1 - # SHAMAN CRAZED SHAMAN + self.SHARPSHOOTER_CHANCE = 1 # SHAMAN , CRAZED SHAMAN self.TOTEM_CHANCES = { "death": ( 4/20 , 1/15 ), "protection": ( 8/20 , 1/15 ), "silence": ( 2/20 , 1/15 ),