Material is a category in The Legend of Zelda: Tears of the Kingdom.
Click to view data.
{
"id": "Material",
"name": "Material",
"hue": 220,
"properties": {
"name": {
"id": "name",
"name": "Name",
"type": "string",
"required": true
},
"description": {
"id": "description",
"name": "Description",
"type": "string"
},
"Material-TYPE": {
"id": "Material-TYPE",
"type": "relationship",
"relationshipTypeId": "Material-TYPE",
"direction": "outgoing",
"name": "Type"
},
"Material-ELEMENT": {
"id": "Material-ELEMENT",
"type": "relationship",
"relationshipTypeId": "Material-ELEMENT",
"direction": "outgoing",
"name": "Element"
},
"Material-COLOR": {
"id": "Material-COLOR",
"type": "relationship",
"relationshipTypeId": "Material-COLOR",
"direction": "outgoing",
"name": "Color"
},
"fuse_attack_power": {
"id": "fuse_attack_power",
"name": "Fuse Attack Power",
"type": "number"
},
"buy_price": {
"id": "buy_price",
"name": "Buy Price",
"type": "number"
},
"sell_price": {
"id": "sell_price",
"name": "Sell Price",
"type": "number"
},
"Material-EFFECT": {
"id": "Material-EFFECT",
"type": "relationship",
"relationshipTypeId": "Material-EFFECT",
"direction": "outgoing",
"name": "Effect"
},
"effect_duration": {
"id": "effect_duration",
"name": "Cook Effect Duration",
"type": "number"
},
"Recipe-INGREDIENTS-Material": {
"id": "Recipe-INGREDIENTS-Material",
"type": "relationship",
"relationshipTypeId": "Recipe-INGREDIENTS",
"direction": "incoming",
"name": "Unique Recipes",
"list": true
},
"type_recipes": {
"id": "type_recipes",
"name": "Type Recipes",
"type": "tunnel",
"entrance": "Material-TYPE",
"exit": "Recipe-INGREDIENTS-MaterialType"
},
"Enemy-DROPS-Material": {
"id": "Enemy-DROPS-Material",
"type": "relationship",
"relationshipTypeId": "Enemy-DROPS",
"direction": "incoming",
"name": "Dropped By",
"list": true
},
"Recipe-FOOD-Material": {
"id": "Recipe-FOOD-Material",
"type": "relationship",
"relationshipTypeId": "Recipe-FOOD",
"direction": "incoming",
"name": "Result Of",
"list": true
},
"game_id": {
"id": "game_id",
"name": "Game ID",
"type": "string",
"hidden": true
},
"thumbnail": {
"id": "thumbnail",
"name": "Thumbnail",
"type": "media"
}
},
"updatedAt": 1685733013222,
"visibility": "featured"
}