Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EquipItem

A superclass of weapons and armor.

Hierarchy

Index

Properties

description

description: string

The description text.

etypeId

etypeId: number

The type of weapon or armor.

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

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.

params

params: Array<number>

The amount of parameter change. An array of integers using the following IDs as subscripts:

0: Maximum hit points 1: Maximum magic points 2: Attack power 3: Defense power 4: Magic attack power 5: Magic defense power 6: Agility 7: Luck

price

price: number

The price of the weapon or armor.

traits

traits: Array<Trait>

The array of Trait data.

Generated using TypeDoc