Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Class

The data class for class.

Index

Properties

expParams

expParams: Array<number>

An array of values that decides the experience curve. The subscripts are as follows:

0: Base value 1: Extra value 2: Acceleration A 3: Acceleration B

id

id: number

The ID.

learnings

learnings: Array<Learning>

The skills to learn. An array of RPG.Class.Learning.

meta

meta: object

The Meta.

Type declaration

  • [key: string]: any

name

name: string

The name.

note

note: string

The text of the note.

params

params: Array<Array<number>>

The parameter development curve. A 2-dimensional array containing ordinary parameters according to level (Table).

The format is params[param_id, level], and param_id is assigned as follows:

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

traits

traits: Array<Trait>

The array of Trait data.

Generated using TypeDoc