Battle Action Type is a category in Star Ocean: The Second Story R.
Click to view data.
{
"id": "BattleActionType",
"name": "Battle Action Type",
"hue": 157,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"BattleAction-TYPE-BattleActionType": {
"id": "BattleAction-TYPE-BattleActionType",
"type": "relationship",
"relationshipTypeId": "BattleAction-TYPE",
"direction": "incoming",
"name": "Actions",
"order": [
{
"id": "mp_cost",
"order": "asc"
},
{
"id": "stamina_cost",
"order": "asc"
}
]
},
"thumbnail": {
"id": "thumbnail",
"name": "Thumbnail",
"type": "media"
}
},
"updatedAt": 1706245719570
}