Skill is a category in Disgaea 5.
Click to view data.
{
"id": "Skill",
"name": "Skill",
"hue": 140,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"description": {
"id": "description",
"name": "Description",
"type": "string"
},
"Skill-TYPE": {
"id": "Skill-TYPE",
"type": "relationship",
"relationshipTypeId": "Skill-TYPE",
"direction": "outgoing",
"name": "Type"
},
"sp": {
"id": "sp",
"name": "SP",
"type": "number"
},
"power": {
"id": "power",
"name": "Power",
"type": "string"
},
"Skill-STATS": {
"id": "Skill-STATS",
"type": "relationship",
"relationshipTypeId": "Skill-STATS",
"direction": "outgoing",
"name": "Stats"
},
"Skill-ELEMENT": {
"id": "Skill-ELEMENT",
"type": "relationship",
"relationshipTypeId": "Skill-ELEMENT",
"direction": "outgoing",
"name": "Element"
},
"Skill-AILMENT": {
"id": "Skill-AILMENT",
"type": "relationship",
"relationshipTypeId": "Skill-AILMENT",
"direction": "outgoing",
"name": "Ailment"
},
"range": {
"id": "range",
"name": "Range",
"type": "number"
},
"height": {
"id": "height",
"name": "Height",
"type": "string"
},
"duration": {
"id": "duration",
"name": "Duration",
"type": "number"
},
"Class-SKILLS-Skill": {
"id": "Class-SKILLS-Skill",
"type": "relationship",
"relationshipTypeId": "Class-SKILLS",
"direction": "incoming",
"name": "Class"
},
"Skill-CHARACTER": {
"id": "Skill-CHARACTER",
"type": "relationship",
"relationshipTypeId": "Skill-CHARACTER",
"direction": "outgoing",
"name": "Character"
},
"Skill-WEAPON": {
"id": "Skill-WEAPON",
"type": "relationship",
"relationshipTypeId": "Skill-WEAPON",
"direction": "outgoing",
"name": "Weapon Mastery"
},
"Skill-PARTNER": {
"id": "Skill-PARTNER",
"type": "relationship",
"relationshipTypeId": "Skill-PARTNER",
"direction": "outgoing",
"name": "Partner"
},
"spoiler": {
"id": "spoiler",
"name": "Spoiler",
"type": "boolean"
}
},
"updatedAt": 1657887418020,
"huePropertyId": "Skill-ELEMENT",
"thumbnailPropertyId": "Skill-TYPE",
"iconPropertyId": "Skill-TYPE",
"visibility": "featured"
}