Class is a category in Disgaea 5.
Click to view data.
{
"id": "Class",
"name": "Class",
"hue": 345,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"Class-TYPE": {
"id": "Class-TYPE",
"type": "relationship",
"relationshipTypeId": "Class-TYPE",
"direction": "outgoing",
"name": "Type"
},
"Character-CLASS-Class": {
"id": "Character-CLASS-Class",
"type": "relationship",
"relationshipTypeId": "Character-CLASS",
"direction": "incoming",
"name": "Character"
},
"special_content": {
"id": "special_content",
"name": "Special Content",
"type": "boolean"
},
"recruitable": {
"id": "recruitable",
"name": "Recruitable",
"type": "boolean"
},
"Class-PERSONALITY_TYPES": {
"id": "Class-PERSONALITY_TYPES",
"type": "relationship",
"relationshipTypeId": "Class-PERSONALITY_TYPES",
"direction": "outgoing",
"name": "Personality Types"
},
"Class-EVILITIES": {
"id": "Class-EVILITIES",
"type": "relationship",
"relationshipTypeId": "Class-EVILITIES",
"direction": "outgoing",
"name": "Evilities"
},
"Class-LEVELS": {
"id": "Class-LEVELS",
"type": "relationship",
"relationshipTypeId": "Class-LEVELS",
"direction": "outgoing",
"name": "Ranks",
"order": [
{
"id": "level",
"order": "asc"
}
]
},
"Class-SKILLS": {
"id": "Class-SKILLS",
"type": "relationship",
"relationshipTypeId": "Class-SKILLS",
"direction": "outgoing",
"name": "Skills",
"order": [
{
"id": "sp",
"order": "desc"
}
]
},
"Skill-PARTNER-Class": {
"id": "Skill-PARTNER-Class",
"type": "relationship",
"relationshipTypeId": "Skill-PARTNER",
"direction": "incoming",
"name": "Combo Partner",
"list": true
},
"thumbnail": {
"id": "thumbnail",
"name": "Thumbnail",
"type": "media"
},
"Alias-ALIAS_FOR-Class": {
"id": "Alias-ALIAS_FOR-Class",
"type": "relationship",
"relationshipTypeId": "Alias-ALIAS_FOR",
"direction": "incoming",
"name": "Alias"
}
},
"updatedAt": 1657887439884,
"thumbnailPropertyId": "thumbnail",
"visibility": "featured"
}