Skip to main content
Module

x/bnapi/mod.ts>wow.CharacterAppearance

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

Properties

playable_race: IdName
playable_class: IdName
active_spec: IdName
gender: TypeName
faction: TypeName
guild_crest: GuildCrest
items: { id: number; slot: TypeName; enchant: number; item_appearance_modifier_id: number; internal_slot_id: number; subclass: number; }[]
customizations: { option: IdName; choice: { id: number; name?: string; display_order: number; }; }[]