Ability is a category in Dragon Quest XI.
Click to view data.
{
"id": "Abilities",
"name": "Ability",
"hue": 137,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"description": {
"id": "description",
"name": "Description",
"type": "string"
},
"mp_cost": {
"id": "mp_cost",
"name": "MP Cost",
"type": "number"
},
"Abilities-WEAPON_TYPE": {
"id": "Abilities-WEAPON_TYPE",
"type": "relationship",
"relationshipTypeId": "Abilities-WEAPON_TYPE",
"direction": "outgoing",
"name": "Weapon Type"
},
"Abilities-TYPE": {
"id": "Abilities-TYPE",
"type": "relationship",
"relationshipTypeId": "Abilities-TYPE",
"direction": "outgoing",
"name": "Type"
},
"Abilities-TARGET": {
"id": "Abilities-TARGET",
"type": "relationship",
"relationshipTypeId": "Abilities-TARGET",
"direction": "outgoing",
"name": "Target"
},
"Abilities-CHARACTERS": {
"id": "Abilities-CHARACTERS",
"type": "relationship",
"relationshipTypeId": "Abilities-CHARACTERS",
"direction": "outgoing",
"name": "Characters"
},
"Monsters-ABILITIES-Abilities": {
"id": "Monsters-ABILITIES-Abilities",
"type": "relationship",
"relationshipTypeId": "Monsters-ABILITIES",
"direction": "incoming",
"name": "Monsters"
},
"PepPowers-ABILITIES-Abilities": {
"id": "PepPowers-ABILITIES-Abilities",
"type": "relationship",
"relationshipTypeId": "PepPowers-ABILITIES",
"direction": "incoming",
"name": "Pep Powers"
},
"thumbnail": {
"id": "thumbnail",
"name": "Thumbnail",
"type": "tunnel",
"entrance": "Abilities-TYPE",
"exit": "thumbnail"
}
},
"updatedAt": 1649859082065
}