def __init__(self):

        Character.__init__(self)
        SectsAndViolets.__init__(self)
        Demon.__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/e/e6/Fang_Gu_Token.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Fang_Gu"

        self._role_enum = SnVRole.fanggu
Esempio n. 2
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Demon.__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/7/7b/Po_Token.png"
        self._wiki_link = "http://bloodontheclocktower.com/wiki/Po"

        self._role_enum = BMRRole.po
Esempio n. 3
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Demon.__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/c/c6/Zombuul_Token.png"
        self._art_link_cropped = "https://imgur.com/Z84oOaA.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Zombuul"

        self._role_enum = BMRRole.zombuul
        self._emoji = "<:bmrzombuul:781152054910517291>"
Esempio n. 4
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Demon.__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/7b/Po_Token.png"
        self._art_link_cropped = "https://imgur.com/aBHkr6t.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Po"

        self._role_enum = BMRRole.po
        self._emoji = "<:bmrpo:781152055355506698>"
Esempio n. 5
0
    def __init__(self):
        
        Character.__init__(self)
        TroubleBrewing.__init__(self)
        Demon.__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/42/Imp_Token.png"
        self._art_link_cropped = "https://imgur.com/ptpr9A1.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Imp"

        self._role_enum = TBRole.imp
        self._emoji = "<:tbimp:739317350897025054>"
Esempio n. 6
0
    def __init__(self):

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Demon.__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/75/Shabaloth_Token.png"
        self._art_link_cropped = "https://imgur.com/vWrBrvS.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Shabaloth"

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

        Character.__init__(self)
        BadMoonRising.__init__(self)
        Demon.__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/90/Pukka_Token.png"
        self._art_link_cropped = "https://imgur.com/vg3nwAN.png"
        self._wiki_link = "https://bloodontheclocktower.com/wiki/Pukka"

        self._role_enum = BMRRole.pukka
        self._emoji = "<:bmrpukka:781042557869621260>"