Interface Archetype

An ability tree archetype

interface Archetype {
    description: string;
    id: string;
    name: string;
    shortDescription: string;
    sprite: Sprite;
}

Properties

description: string

The description of the archetype, includes formatting codes

id: string

The ID of the archetype

name: string

The name of the archetype, includes formatting codes

shortDescription: string

The short description of the archetype

sprite: Sprite

The sprite used for the icon of the archetype

Generated using TypeDoc