Skip to main content
Module

x/bnapi/mod.ts>wow.CharacterSpecialization

Blizzard Battle.net API wrapper for Deno.
Latest
interface wow.CharacterSpecialization
import { type wow } from "https://deno.land/x/bnapi@0.9.7/mod.ts";
const { CharacterSpecialization } = wow;

Properties

specialization: IdName
optional
talents: { talent: IdName; spell_tooltip: SpellTooltipSpell; tier_index: number; column_index: number; }[]
optional
pvp_talent_slots: { selected: { talent: IdName; spell_tooltip: SpellTooltipSpell; }; slot_number: number; }[]