update aleatoire roleset with description + likelihood
This commit is contained in:
parent
857a9be355
commit
c964b556de
@ -578,13 +578,11 @@ class AmnesiaMode(object):
|
|||||||
|
|
||||||
# Credits to Metacity for designing and current name
|
# Credits to Metacity for designing and current name
|
||||||
# Blame arkiwitect for the original name of KrabbyPatty
|
# Blame arkiwitect for the original name of KrabbyPatty
|
||||||
@game_mode("aleatoire")
|
@game_mode("aleatoire", 4, 24, 2)
|
||||||
class AleatoireMode(object):
|
class AleatoireMode(object):
|
||||||
|
"""Roleset created by Metacity and balanced by woffle."""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.MIN_PLAYERS = 4
|
self.SHARPSHOOTER_CHANCE = 1 # SHAMAN , CRAZED SHAMAN
|
||||||
self.MAX_PLAYERS = 24
|
|
||||||
self.SHARPSHOOTER_CHANCE = 1
|
|
||||||
# SHAMAN CRAZED SHAMAN
|
|
||||||
self.TOTEM_CHANCES = { "death": ( 4/20 , 1/15 ),
|
self.TOTEM_CHANCES = { "death": ( 4/20 , 1/15 ),
|
||||||
"protection": ( 8/20 , 1/15 ),
|
"protection": ( 8/20 , 1/15 ),
|
||||||
"silence": ( 2/20 , 1/15 ),
|
"silence": ( 2/20 , 1/15 ),
|
||||||
|
Loading…
Reference in New Issue
Block a user