~ Actor Class
The JSON data structure of an actor.
			Properties
			
		
		Properties
battlerName String
				The file name of the side-view battler image.
characterIndex Number
				The index of the character image.
characterName String
				The file name of the character image.
classId Number
				The class ID.
equips Array
				The initial equipment.
faceIndex Number
				The index of the face image.
faceName String
				The file name of the face image.
id Number
				The ID.
initialLevel Number
				The initial level.
maxLevel Number
				The max level.
name String
				The name.
nickname String
				The nickname.
note String
				The note.
profile String
				The profile.
traits Array
				The array of Trait data.