Skip to content

agents

Ability

Bases: pydantic.BaseModel

Represents an agent's ability.

Attributes:

Name Type Description
slot str

the slot

display_name str

the display name

description str

the description

display_icon typing.Optional[str]

the display icon

Agent

Bases: traits.Identifiable

Represents a Valorant agent.

Attributes:

Name Type Description
uuid str

the uuid

display_name str

the display name

description str

the description

developer_name str

the developer's name

character_tags typing.Optional[list[str]]

the character tags

display_icon str

the display icon

display_icon_small str

the small display icon

bust_portrait typing.Optional[str]

the bust portrait

full_portrait typing.Optional[str]

the full portrait

full_portrait_v2 typing.Optional[str]

the second full portrait

kill_feed_portrait str

the kill feed portrait

background typing.Optional[str]

the background

background_gradient_colors typing.Optional[list[str]]

the background gradient colors

asset_path str

the asset path

is_full_portrait_right_facing bool

if the portrait is right facing

is_playable_charcter bool

if the character can be played

is_available_for_test bool

if the agent is avaliable for test

is_base_content bool

if the agent is base content

role typing.Optional[Role]

the agent's role

abilities typing.Optional[Abiity]

the agent's abilities

voice_line typing.Optional[VoiceLine]

the agent's voice line

MediaList

Bases: pydantic.BaseModel

Represents a media list from an agent's voiceline.

Attributes:

Name Type Description
id str

the id

wwise str

the wwise

wave str

the wave

Role

Bases: pydantic.BaseModel

Represents an agent's role.

Attributes:

Name Type Description
uuid str

the uuid

display_name str

the display name

description str

the description

display_icon str

the display icon

VoiceLine

Bases: pydantic.BaseModel

Represents an agent's voice line.

Attributes:

Name Type Description
min_duration float

the minimum duration

max_duration float

the maximum duration

media_list list[MediaList]

the media list