Player Character is a category in Star Ocean: The Second Story R.
Click to view data.
{
"id": "Character",
"name": "Player Character",
"hue": 13,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"full_name": {
"id": "full_name",
"name": "Full Name",
"type": "string"
},
"age": {
"id": "age",
"name": "Age",
"type": "number"
},
"Character-GENDER": {
"id": "Character-GENDER",
"type": "relationship",
"relationshipTypeId": "Character-GENDER",
"direction": "outgoing",
"name": "Gender"
},
"Character-FAVOURITE_FOOD": {
"id": "Character-FAVOURITE_FOOD",
"type": "relationship",
"relationshipTypeId": "Character-FAVOURITE_FOOD",
"direction": "outgoing",
"name": "Favourite Food"
},
"Character-STARTS_WITH": {
"id": "Character-STARTS_WITH",
"type": "relationship",
"relationshipTypeId": "Character-STARTS_WITH",
"direction": "outgoing",
"name": "Story Item"
},
"Character-SPECIAL_ARTS": {
"id": "Character-SPECIAL_ARTS",
"type": "relationship",
"relationshipTypeId": "Character-SPECIAL_ARTS",
"direction": "outgoing",
"name": "Special Arts",
"order": [
{
"id": "mp_cost",
"order": "asc"
}
]
},
"Character-ATTACKS": {
"id": "Character-ATTACKS",
"type": "relationship",
"relationshipTypeId": "Character-ATTACKS",
"direction": "outgoing",
"name": "Attacks"
},
"PrivateAction-REQUIRED_PARTY_MEMBER-Character": {
"id": "PrivateAction-REQUIRED_PARTY_MEMBER-Character",
"type": "relationship",
"relationshipTypeId": "PrivateAction-REQUIRED_PARTY_MEMBER",
"direction": "incoming",
"name": "Private Actions",
"list": true,
"order": [
{
"id": "game_id",
"order": "asc"
},
{
"id": "priority",
"order": "asc"
}
]
},
"PrivateAction-EXCLUDED_PARTY_MEMBER-Character": {
"id": "PrivateAction-EXCLUDED_PARTY_MEMBER-Character",
"type": "relationship",
"relationshipTypeId": "PrivateAction-EXCLUDED_PARTY_MEMBER",
"direction": "incoming",
"name": "Excluded From",
"list": true,
"order": [
{
"id": "game_id",
"order": "asc"
},
{
"id": "priority",
"order": "asc"
}
]
},
"PrivateAction-STORY-Character": {
"id": "PrivateAction-STORY-Character",
"type": "relationship",
"relationshipTypeId": "PrivateAction-STORY",
"direction": "incoming",
"name": "Story Exclusive Private Actions",
"list": true
},
"level": {
"id": "level",
"name": "Level",
"type": "number"
},
"exp": {
"id": "exp",
"name": "EXP",
"type": "number"
},
"bp": {
"id": "bp",
"name": "BP",
"type": "number"
},
"sp": {
"id": "sp",
"name": "SP",
"type": "number"
},
"hp": {
"id": "hp",
"name": "HP",
"type": "number"
},
"mp": {
"id": "mp",
"name": "MP",
"type": "number"
},
"str": {
"id": "str",
"name": "ATK",
"type": "number"
},
"def": {
"id": "def",
"name": "DEF",
"type": "number"
},
"hit": {
"id": "hit",
"name": "HIT",
"type": "number"
},
"avd": {
"id": "avd",
"name": "AVD",
"type": "number"
},
"int": {
"id": "int",
"name": "INT",
"type": "number"
},
"luc": {
"id": "luc",
"name": "LUC",
"type": "number"
},
"stm": {
"id": "stm",
"name": "STM",
"type": "number"
},
"crt": {
"id": "crt",
"name": "CRT",
"type": "number"
},
"guts": {
"id": "guts",
"name": "GUTS",
"type": "number"
},
"power": {
"id": "power",
"name": "Power",
"type": "number"
},
"weight": {
"id": "weight",
"name": "Weight",
"type": "number"
},
"Character-EQUIPMENT": {
"id": "Character-EQUIPMENT",
"type": "relationship",
"relationshipTypeId": "Character-EQUIPMENT",
"direction": "outgoing",
"name": "Starting Equipment",
"list": true,
"order": [
{
"id": "order",
"order": "asc"
}
]
},
"Character-STARTING_ARTS": {
"id": "Character-STARTING_ARTS",
"type": "relationship",
"relationshipTypeId": "Character-STARTING_ARTS",
"direction": "outgoing",
"name": "Starting Arts",
"list": true
},
"originality": {
"id": "originality",
"name": "Originality",
"type": "number"
},
"taste": {
"id": "taste",
"name": "Taste",
"type": "number"
},
"dexerity": {
"id": "dexerity",
"name": "Dexerity",
"type": "number"
},
"design_sense": {
"id": "design_sense",
"name": "Design Sense",
"type": "number"
},
"literary": {
"id": "literary",
"name": "Literary",
"type": "number"
},
"rhythm": {
"id": "rhythm",
"name": "Rhythm",
"type": "number"
},
"sense_of_sound": {
"id": "sense_of_sound",
"name": "Sense of Sound",
"type": "number"
},
"animal_lover": {
"id": "animal_lover",
"name": "Animal Lover",
"type": "number"
},
"intuition": {
"id": "intuition",
"name": "Intuition",
"type": "number"
},
"mana_blessing": {
"id": "mana_blessing",
"name": "Mana Blessing",
"type": "number"
},
"order": {
"id": "order",
"name": "Order",
"type": "number",
"hidden": true
},
"icon": {
"id": "icon",
"name": "Icon",
"type": "media"
},
"game_id": {
"id": "game_id",
"name": "Game ID",
"type": "string",
"hidden": true
}
},
"updatedAt": 1706626263337,
"visibility": "featured",
"thumbnailPropertyId": "icon"
}