Item is a category in Animal Crossing: New Horizons.
Click to view data.
{
"id": "Item",
"name": "Item",
"hue": 44,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"thumbnail": {
"id": "thumbnail",
"name": "Thumbnail",
"type": "media"
},
"buy_price": {
"id": "buy_price",
"name": "Buy Price",
"type": "number"
},
"sell_price": {
"id": "sell_price",
"name": "Sell Price",
"type": "number"
},
"size": {
"id": "size",
"name": "Size",
"type": "string"
},
"stack": {
"id": "stack",
"name": "Stack",
"type": "number"
},
"DIYRecipe-RESULT-Item": {
"id": "DIYRecipe-RESULT-Item",
"type": "relationship",
"relationshipTypeId": "DIYRecipe-RESULT",
"direction": "incoming",
"name": "Recipe"
},
"ingredients": {
"id": "ingredients",
"name": "Ingredients",
"type": "tunnel",
"entrance": "DIYRecipe-RESULT-Item",
"exit": "DIYRecipe-INGREDIENTS"
},
"DIYRecipe-INGREDIENTS-Item": {
"id": "DIYRecipe-INGREDIENTS-Item",
"type": "relationship",
"relationshipTypeId": "DIYRecipe-INGREDIENTS",
"direction": "incoming",
"name": "Ingredient For"
}
},
"updatedAt": 1657886980193,
"visibility": "featured"
}