GameAbility
A ability is a unique skill that heroes or other entities have access to
type GameAbility {
classifications: [GameAbilityClassification]
id: String!
level: Int
status: GameAbilityStatus
}
Fields
GameAbility.classifications
● [GameAbilityClassification]
list enum
The classifications of the ability
GameAbility.id
● String!
non-null scalar
The unique identifier of the ability (e.g. phantom_lancer_spirit_lance)
GameAbility.level
● Int
scalar
The current level of the ability
GameAbility.status
● GameAbilityStatus
enum
The current status of the ability
Member Of
GameEventPlayerAbilityAdd
object ● GameEventPlayerAbilityRemove
object ● GameEventPlayerAbilityUpdate
object ● GameStatePlayer
object