Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TestBattler

The data class for the actors used in battle tests.

Hierarchy

  • TestBattler

Index

Properties

Properties

actorId

actorId: number

The actor ID.

equips

equips: Array<number>

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

0: Weapon 1: Shield 2: Head 3: Body 4: Accessory

level

level: number

The actor's level.

Generated using TypeDoc