Move is a category in Pokémon Legends: Arceus.
Click to view data.
{
"id": "Move",
"name": "Move",
"hue": 134,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"Move-TYPE": {
"id": "Move-TYPE",
"type": "relationship",
"relationshipTypeId": "Move-TYPE",
"direction": "outgoing",
"name": "Type"
},
"Move-CATEGORY": {
"id": "Move-CATEGORY",
"type": "relationship",
"relationshipTypeId": "Move-CATEGORY",
"direction": "outgoing",
"name": "Category"
},
"attack_power": {
"id": "attack_power",
"name": "Attack Power",
"type": "number"
},
"accuracy": {
"id": "accuracy",
"name": "Accuracy",
"type": "number"
},
"pp": {
"id": "pp",
"name": "PP",
"type": "number"
},
"secondary_effect_chance": {
"id": "secondary_effect_chance",
"name": "Secondary Effect Chance",
"type": "number"
},
"Pokemon-LEVEL_UP_MOVES-Move": {
"id": "Pokemon-LEVEL_UP_MOVES-Move",
"type": "relationship",
"relationshipTypeId": "Pokemon-LEVEL_UP_MOVES",
"direction": "incoming",
"name": "Pokemon Level Up Moves"
},
"Pokemon-MOVE_SHOP_ATTACKS-Move": {
"id": "Pokemon-MOVE_SHOP_ATTACKS-Move",
"type": "relationship",
"relationshipTypeId": "Pokemon-MOVE_SHOP_ATTACKS",
"direction": "incoming",
"name": "Pokemon Move Shop Attacks"
}
},
"updatedAt": 1649831506817
}