Collectible is a category in Xenoblade Chronicles.
Click to view data.
{
"id": "Collectible",
"name": "Collectible",
"hue": 125,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"Collectible-TYPE": {
"id": "Collectible-TYPE",
"type": "relationship",
"relationshipTypeId": "Collectible-TYPE",
"direction": "outgoing",
"name": "Type"
},
"Collectible-REGION": {
"id": "Collectible-REGION",
"type": "relationship",
"relationshipTypeId": "Collectible-REGION",
"direction": "outgoing",
"name": "Area"
},
"order": {
"id": "order",
"name": "Order",
"type": "number"
},
"sell_price": {
"id": "sell_price",
"name": "Sell Price",
"type": "number"
},
"Trade-ITEMS-Collectible": {
"id": "Trade-ITEMS-Collectible",
"type": "relationship",
"relationshipTypeId": "Trade-ITEMS",
"direction": "incoming",
"name": "Trades"
},
"Trade-OVERTRADE-Collectible": {
"id": "Trade-OVERTRADE-Collectible",
"type": "relationship",
"relationshipTypeId": "Trade-OVERTRADE",
"direction": "incoming",
"name": "Overtrade"
},
"Colony6Reconstruction-ITEMS-Collectible": {
"id": "Colony6Reconstruction-ITEMS-Collectible",
"type": "relationship",
"relationshipTypeId": "Colony6Reconstruction-ITEMS",
"direction": "incoming",
"name": "Colony 6 Reconstruction"
},
"Collectible-GIFTS": {
"id": "Collectible-GIFTS",
"type": "relationship",
"relationshipTypeId": "Collectible-GIFTS",
"direction": "outgoing",
"name": "Gifts",
"order": [
{
"id": "order",
"order": "asc"
}
]
},
"CollectionPoint-COLLECTIBLES-Collectible": {
"id": "CollectionPoint-COLLECTIBLES-Collectible",
"type": "relationship",
"relationshipTypeId": "CollectionPoint-COLLECTIBLES",
"direction": "incoming",
"name": "Collection Points"
},
"thumbnail": {
"id": "thumbnail",
"name": "Thumbnail",
"type": "tunnel",
"entrance": "Collectible-TYPE",
"exit": "thumbnail"
},
"game_id": {
"id": "game_id",
"name": "Game ID",
"type": "string",
"hidden": true
},
"name_id": {
"id": "name_id",
"name": "Name ID",
"type": "string",
"hidden": true
},
"item_id": {
"id": "item_id",
"name": "Item ID",
"type": "string",
"hidden": true
},
"item_type_id": {
"id": "item_type_id",
"name": "Item Type ID",
"type": "string",
"hidden": true
}
},
"updatedAt": 1657888659684,
"visibility": "featured"
}