Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Actor

The data class for actors.

Hierarchy

Index

Properties

battlerName

battlerName: string

The file name of the actor's battler graphic.

characterIndex

characterIndex: number

The index (0..7) of the actor's walking graphic.

characterName

characterName: string

The file name of the actor's walking graphic.

classId

classId: number

The actor's class ID.

equips

equips: Array<number>

The actor's initial equipment. An array of weapon IDs or armor IDs with the following subscripts:

faceIndex

faceIndex: number

The index (0..7) of the actor's face graphic.

faceName

faceName: string

The file name of the actor's face graphic.

id

id: number

The ID.

initialLevel

initialLevel: number

The actor's initial level.

maxLevel

maxLevel: number

The actor's max level

meta

meta: object

The Meta.

Type declaration

  • [key: string]: any

name

name: string

The name.

nickname

nickname: string

The actor's nickname.

note

note: string

The text of the note.

profile

profile: string

The profile.

traits

traits: Array<Trait>

The array of Trait data.

Generated using TypeDoc