new Data_Actor()
a class to model a data actor json object
Members
-
battlerName :string
-
The file name of the actor's battler graphic.
-
characterIndex :int
-
The index (0..7) of the actor's walking graphic.
-
characterName :string
-
-
classId :int
-
The actor's class ID.
-
doc :string
-
appears to be optional
-
equips :Array.<number>
-
The actor's initial equipment. An array of weapon IDs or armor IDs with the following subscripts:
-
faceIndex :number
-
The index (0..7) of the actor's face graphic.
-
faceName :string
-
The file name of the actor's face graphic.
-
id :string
-
The ID.
-
id :int
-
the id of this dataActor
-
initialLevel :number
-
The actor's initial level.
-
internal :boolean
-
appears to be optional, uncertain of what this is
-
links :Array.<string>
-
appears to be optional, uncertain of what this is
-
maxLevel :number
-
The actor's max level
-
name :string
-
The name.
-
nickname :string
-
The actor's nickname.
-
note :string
-
the note of this actor, some plugins might use this
-
parameters :Array.<string>
-
appears to be optional, uncertain of what this is
-
profile :string
-
The profile.
-
traits :Array.<rm.types.Trait>
-
The array of Trait data.