Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BaseItem

A superclass of actor, class, skill, item, weapon, armor, enemy, and state.

Some items are unnecessary depending on the type of data, but they are included for convenience sake.

Hierarchy

Index

Properties

description

description: string

The description text.

iconIndex

iconIndex: number

The icon number.

id

id: number

The item ID.

meta

meta: object

The Meta.

Type declaration

  • [key: string]: any

name

name: string

The item name.

note

note: string

The text of the note.

Generated using TypeDoc