Skip to main content
Module

x/bnapi/lib/wow.ts>CharacterSpecialization

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

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; }[]