Exemplo n.º 1
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Minion.__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/e/e0/Assassin_Token.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Assassin"

        self._role_enum = BMRRole.assassin
    def __init__(self):

        Character.__init__(self)
        SectsAndViolets.__init__(self)
        Minion.__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 = "https://bloodontheclocktower.com/wiki/images/2/24/Evil_Twin_Token.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Evil_Twin"

        self._role_enum = SnVRole.eviltwin
    def __init__(self):

        Character.__init__(self)
        SectsAndViolets.__init__(self)
        Minion.__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/9/9d/Cerenovus_Token.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Cerenovus"

        self._role_enum = SnVRole.cerenovus
    def __init__(self):
        
        Character.__init__(self)
        BadMoonRising.__init__(self)
        Minion.__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/2/23/Devils_Advocate_Token.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Devil%27s_Advocate"

        self._role_enum = BMRRole.devilsadvocate
    def __init__(self):
        
        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Minion.__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/Baron_Token.png"
        self._art_link_cropped = "https://imgur.com/vtd72Og.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Baron"

        self._role_enum = TBRole.baron
        self._emoji = "<:tbbaron:781667108126851104>"
Exemplo n.º 6
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Minion.__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/23/Devils_Advocate_Token.png"
        self._art_link_cropped = "https://imgur.com/b2rcp8E.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Devil%27s_Advocate"

        self._role_enum = BMRRole.devilsadvocate
        self._emoji = emojis["badmoonrising"]["devilsadvocate"]
Exemplo n.º 7
0
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Minion.__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/af/Poisoner_Token.png"
        self._art_link_cropped = "https://imgur.com/JaLRhNO.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Poisoner"

        self._role_enum = TBRole.poisoner
        self._emoji = emojis["troublebrewing"]["poisoner"]
Exemplo n.º 8
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Minion.__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/e0/Assassin_Token.png"
        self._art_link_cropped = "https://imgur.com/aiJxUkC.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Assassin"

        self._role_enum = BMRRole.assassin
        self._emoji = "<:bmrassassin:781151556665344010>"
Exemplo n.º 9
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Minion.__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/d/d5/Mastermind_Token.png"
        self._art_link_cropped = "https://imgur.com/rM0fbDu.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Mastermind"

        self._role_enum = BMRRole.mastermind
        self._emoji = "<:bmrmastermind:781152055179214869>"
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Minion.__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/7/7c/Scarlet_Woman_Token.png"
        self._art_link_cropped = "https://imgur.com/qgvpSOJ.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Scarlet_Woman"

        self._role_enum = TBRole.scarletwoman
        self._emoji = "<:scarletwoman:722687671847092225>"
    def __init__(self):

        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Minion.__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/3/31/Spy_Token.png"
        self._art_link_cropped = "https://imgur.com/Je21heV.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Spy"

        self._role_enum = TBRole.spy
        self._emoji = "<:spy2:722687672002543656>"
Exemplo n.º 12
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Minion.__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/ef/Godfather_Token.png"
        self._art_link_cropped = "https://imgur.com/7JlfMLc.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Godfather"

        self._role_enum = BMRRole.godfather
        self._emoji = emojis["badmoonrising"]["godfather"]