Esempio n. 1
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/b/ba/Fool_Token.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Fool"

        self._role_enum = BMRRole.fool
Esempio n. 2
0
    def __init__(self):

        Character.__init__(self)
        SectsAndViolets.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/4/4b/Clockmaker_Token.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Clockmaker"

        self._role_enum = SnVRole.clockmaker
Esempio n. 3
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/1/1a/Pacifist_Token.png"
        self._art_link_cropped = "https://imgur.com/3diVUmW.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Pacifist"

        self._role_enum = BMRRole.pacifist
        self._emoji = "<:bmrpacifist:781152055091396648>"
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/e/ec/Investigator_Token.png"
        self._art_link_cropped = "https://imgur.com/9B2WNCc.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Investigator"

        self._role_enum = TBRole.investigator
        self._emoji = "<:investigator:722685830585384971>"
Esempio n. 5
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/0/01/Sailor_Token.png"
        self._art_link_cropped = "https://imgur.com/wXLvtmm.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Sailor"

        self._role_enum = BMRRole.sailor
        self._emoji = "<:bmrsailor:781152054906716161>"
Esempio n. 6
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/f/f5/Gambler_Token.png"
        self._art_link_cropped = "https://imgur.com/vkiURKP.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Gambler"

        self._role_enum = BMRRole.gambler
        self._emoji = "<:bmrgambler:781151556426792960>"
    def __init__(self):
        
        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/0/03/Minstrel_Token.png"
        self._art_link_cropped = "https://imgur.com/3lmSmQp.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Minstrel"

        self._role_enum = BMRRole.minstrel
        self._emoji = "<:bmrminstrel:781152054944596029>"
Esempio n. 8
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/4/4d/Washerwoman_Token.png"
        self._art_link_cropped = "https://imgur.com/nxfAxGm.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Washerwoman"

        self._role_enum = TBRole.washerwoman
        self._emoji = "<:washerwoman:722684124820668447>"
Esempio n. 9
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/3/3a/Fortune_Teller_Token.png"
        self._art_link_cropped = "https://imgur.com/23ZXb1y.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Fortune_Teller"

        self._role_enum = TBRole.fortuneteller
        self._emoji = emojis["troublebrewing"]["fortuneteller"]
Esempio n. 10
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/8/86/Librarian_Token.png"
        self._art_link_cropped = "https://imgur.com/mWMrJky.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Librarian"

        self._role_enum = TBRole.librarian
        self._emoji = "<:tblibrarian:739317350888767520>"
    def __init__(self):
        
        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/9/9a/Exorcist_Token.png"
        self._art_link_cropped = "https://imgur.com/4Df7WYp.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Exorcist"

        self._role_enum = BMRRole.exorcist
        self._emoji = "<:bmrexorcist:781151556442521620>"
Esempio n. 12
0
    def __init__(self):
        
        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]
                            
        self._art_link = "http://bloodontheclocktower.com/wiki/images/f/fe/Undertaker_Token.png"
        self._art_link_cropped = "https://imgur.com/3CpqHsL.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Undertaker"

        self._role_enum = TBRole.undertaker
        self._emoji = "<:undertaker:722687110599147541>"
Esempio n. 13
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/8/87/Chambermaid_Token.png"
        self._art_link_cropped = "https://imgur.com/eNn6hQa.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Chambermaid"

        self._role_enum = BMRRole.chambermaid
        self._emoji = "<:bmrchambermaid:781151556053499925>"
Esempio n. 14
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/c/c4/Mayor_Token.png"
        self._art_link_cropped = "https://imgur.com/o6keIRB.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Mayor"

        self._role_enum = TBRole.mayor
        self._emoji = "<:mayor:722687261879304214>"
Esempio n. 15
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/b/ba/Fool_Token.png"
        self._art_link_cropped = "https://imgur.com/nA8CXp1.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Fool"

        self._role_enum = BMRRole.fool
        self._emoji = "<:bmrfool:781151556254564353>"
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/b/b8/Gossip_Token.png"
        self._art_link_cropped = "https://imgur.com/uhcVkwz.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Gossip"

        self._role_enum = BMRRole.gossip
        self._emoji = "<:bmrgossip:781151556409098240>"
Esempio n. 17
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/e/e7/Tea_Lady_Token.png"
        self._art_link_cropped = "https://imgur.com/oEHE6oQ.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Tea_Lady"

        self._role_enum = BMRRole.tealady
        self._emoji = emojis["badmoonrising"]["tealady"]
Esempio n. 18
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/4/45/Ravenkeeper_Token.png"
        self._art_link_cropped = "https://imgur.com/5sReG9x.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Ravenkeeper"

        self._role_enum = TBRole.ravenkeeper
        self._emoji = emojis["troublebrewing"]["ravenkeeper"]
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/a/ac/Professor_Token.png"
        self._art_link_cropped = "https://imgur.com/6MN8udE.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Professor"

        self._role_enum = BMRRole.professor
        self._emoji = "<:bmrprofessor:781152055208574986>"
Esempio n. 20
0
    def __init__(self):
        
        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]
                            
        self._art_link = "http://bloodontheclocktower.com/wiki/images/9/9e/Soldier_Token.png"
        self._art_link_cropped = "https://imgur.com/IkJqfHH.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Soldier"

        self._role_enum = TBRole.soldier
        self._emoji = "<:soldier:722687220841971753>"
Esempio n. 21
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/1/1b/Monk_Token.png"
        self._art_link_cropped = "https://imgur.com/Hiv2lIw.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Monk"

        self._role_enum = TBRole.monk
        self._emoji = "<:monk:722687015560151050>"
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/7/7d/Courtier_Token.png"
        self._art_link_cropped = "https://imgur.com/c1wt8jB.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Courtier"

        self._role_enum = BMRRole.courtier
        self._emoji = "<:bmrcourtier:781151556128342058>"
Esempio n. 23
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/4/4c/Chef_Token.png"
        self._art_link_cropped = "https://imgur.com/m2Wjejh.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Chef"

        self._role_enum = TBRole.chef
        self._emoji = "<:chef:722686296073699388>"
Esempio n. 24
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/3/38/Innkeeper_Token.png"
        self._art_link_cropped = "https://imgur.com/ru3mIMo.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Innkeeper"

        self._role_enum = BMRRole.innkeeper
        self._emoji = emojis["badmoonrising"]["innkeeper"]
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/3/3a/Grandmother_Token.png"
        self._art_link_cropped = "https://imgur.com/goIkjnU.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Grandmother"

        self._role_enum = BMRRole.grandmother
        self._emoji = "<:bmrgrandmother:781019504427008010>"
Esempio n. 26
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/6/61/Empath_Token.png"
        self._art_link_cropped = "https://imgur.com/ZMC23sQ.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Empath"

        self._role_enum = TBRole.empath
        self._emoji = "<:empath:722686258563907616>"
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "http://bloodontheclocktower.com/wiki/images/5/5e/Virgin_Token.png"
        self._art_link_cropped = "https://imgur.com/1RiN6lr.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Virgin"

        self._role_enum = TBRole.virgin
        self._emoji = "<:virgin:722687299363667988>"

        self.inventory = Inventory(Flags.virgin_first_nomination)
Esempio n. 28
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/2/2f/Slayer_Token.png"
        self._art_link_cropped = "https://imgur.com/MtSElpk.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Slayer"

        self._role_enum = TBRole.slayer
        self._emoji = "<:tbslayer:739317350704218274>"

        self.inventory = Inventory(Flags.slayer_unique_attempt)
Esempio n. 29
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/8/86/Librarian_Token.png"
        self._art_link_cropped = "https://imgur.com/mWMrJky.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Librarian"

        self._role_enum = TBRole.librarian
        self._emoji = emojis["troublebrewing"]["librarian"]

        self.two_player_list = []
        self.registered_outsider_type = None
Esempio n. 30
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Townsfolk.__init__(self)

        self._desc_string = character_text["description"]
        self._examp_string = character_text["examples"]
        self._instr_string = character_text["instruction"]
        self._lore_string = character_text["lore"]
        self._brief_string = character_text["brief"]
        self._action = character_text["action"]

        self._art_link = "https://bloodontheclocktower.com/wiki/images/e/ec/Investigator_Token.png"
        self._art_link_cropped = "https://imgur.com/9B2WNCc.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Investigator"

        self._role_enum = TBRole.investigator
        self._emoji = emojis["troublebrewing"]["investigator"]

        self.two_player_list = []
        self.registered_minion_type = None