hearthbreaker package

Submodules

hearthbreaker.powers module

hearthbreaker.targeting module

Hearthbreaker Constants

class hearthbreaker.constants.CARD_RARITY[source]

Bases: builtins.object

static from_str(rarity_name)[source]
static to_str(class_number)[source]
COMMON = 2
EPIC = 4
FREE = 1
LEGENDARY = 5
RARE = 3
SPECIAL = -1
class hearthbreaker.constants.CHARACTER_CLASS[source]

Bases: builtins.object

static from_str(class_name)[source]
static to_str(class_number)[source]
ALL = 0
DRUID = 5
HUNTER = 2
LORD_JARAXXUS = 10
MAGE = 1
PALADIN = 7
PRIEST = 6
ROGUE = 8
SHAMAN = 3
WARLOCK = 9
WARRIOR = 4
class hearthbreaker.constants.MINION_TYPE[source]

Bases: builtins.object

static from_str(type_name)[source]
static to_str(minion_number)[source]
ALL = -1
BEAST = 1
DEMON = 5
DRAGON = 3
GIANT = 4
MECH = 8
MURLOC = 2
NONE = 0
PIRATE = 6
TOTEM = 7

Module contents