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_format: AnimationFormat
The format of the ephemera’s animation.
- icon_format: IconFormat
The format of the ephemera’s icon.
- class pytenno.models.liches.LichQuirk(id: str, url_name: str, item_name: str, description: str, group: str)[source]
Represents a lich 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_format: IconFormat
The format of the weapon’s icon.