pytenno.models.liches

class pytenno.models.liches.LichEphemera(id: str, url_name: str, icon: str, icon_format: IconFormat, thumb: str, animation: str, animation_format: AnimationFormat, element: Element, item_name: str)[source]

Represents a lich ephemera.

animation: str

The animation URL of the ephemera.

animation_format: AnimationFormat

The format of the ephemera’s animation.

element: Element

The element of the ephemera.

icon: str

The icon URL of the ephemera.

icon_format: IconFormat

The format of the ephemera’s icon.

id: str

The ID of the ephemera.

item_name: str

The name of the ephemera.

thumb: str

The thumbnail URL of the ephemera.

url_name: str

The URL name of the ephemera.

class pytenno.models.liches.LichQuirk(id: str, url_name: str, item_name: str, description: str, group: str)[source]

Represents a lich quirk.

description: str

The description of the quirk.

group: str

The group of the quirk. Does not belong to any specific enum

id: str

The ID of the quirk.

item_name: str

The name of the quirk.

url_name: str

The URL name of the quirk.

class pytenno.models.liches.LichWeapon(id: str, url_name: str, icon: str, icon_format: IconFormat, thumb: str, item_name: str)[source]

Represents a lich weapon.

icon: str

The icon URL of the weapon.

icon_format: IconFormat

The format of the weapon’s icon.

id: str

The ID of the weapon.

item_name: str

The name of the weapon.

thumb: str

The thumbnail URL of the weapon.

url_name: str

The URL name of the weapon.