ValorantAbility
Properties
Name | Type | Required | Description |
---|---|---|---|
ability_type | AbilityType | ✅ | Ability type |
creds | float | ✅ | Credit cost of the ability |
id_ | int | ✅ | ID of the ability |
image_url | str | ✅ | URL to an image of the ability |
name | str | ✅ | Name of the ability |
videogame_versions | List[str] | ✅ | Array of of video game versions (ie. patches) for this resource |
AbilityType
Ability type
Properties
Name | Type | Required | Description |
---|---|---|---|
ABILITYONE | str | ✅ | "ability_one" |
ABILITYTWO | str | ✅ | "ability_two" |
GRENADEABILITY | str | ✅ | "grenade_ability" |
ULTIMATEABILITY | str | ✅ | "ultimate_ability" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs