WoW API Elixir v0.1.0 Pet View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Pet{
  can_battle: boolean(),
  creature_id: pos_integer(),
  family: atom(),
  icon: String.t(),
  name: String.t(),
  quality_id: pos_integer(),
  stats: %PetStats{
    breed_id: term(),
    health: term(),
    level: term(),
    pet_quality_id: term(),
    power: term(),
    species_id: term(),
    speed: term()
  },
  strong_against: [
    :critter
    | :elemental
    | :water
    | :undead
    | :mechanical
    | :dragonkin
    | :magical
    | :beast
    | :flying
    | :humanoid
  ],
  type_id: pos_integer(),
  weak_against: [
    :critter
    | :elemental
    | :water
    | :undead
    | :mechanical
    | :dragonkin
    | :magical
    | :beast
    | :flying
    | :humanoid
  ]
}

Link to this section Functions