Food_Fish_Raw_Epic
Server/Item/Items/Food/Food_Fish_Raw_Epic.json, 471 B
Fields
| Field | Type |
|---|---|
Parent | string |
Variant | boolean |
Recipe | object |
ItemLevel | number |
Source
{
"Parent": "Food_Fish_Raw",
"Variant": true,
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ResourceTypeId": "Fish_Epic"
}
],
"OutputQuantity": 8,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Ingredients"
]
}
],
"Output": [
{
"ItemId": "Food_Fish_Raw",
"Quantity": 8
}
]
},
"ItemLevel": 4
}