GuildBanner#

class corkus.objects.GuildBanner#

Guild banners are used to showcase a guild by means of a banner whenever they control a Territory. Each banner is exclusive and thus no two guilds can have the same banner.

property base_color#

Color of the banner background.

Return type:

BannerColor

property tier#

Tier of the banner represented by pedestal.

Return type:

Literal[1, 2, 3, 4, 5, 6]

property layers#

List of banner layers.

Return type:

List[GuildBannerLayer]