Skip to content

buddies

Buddy

Bases: traits.Identifiable

Represents a buddy.

Attributes:

Name Type Description
uuid str

the uuid

display_name str

the display name

is_hidden_if_not_owned bool

hidden if not owned

theme_uuid str

the theme uuid

display_icon str

the display icon

asset_path str

the asset path

levels list[Level]

the levels

Level

Bases: traits.Identifiable

Represents the level of a buddy.

Attributes:

Name Type Description
uuid str

the uuid

charm_level int

the charm level

display_name str

the display name

display_icon str

the display icon

asset_path str

the asset path