Food_Fish_Raw_Uncommon
Server/Item/Items/Food/Food_Fish_Raw_Uncommon.json, 462 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_Uncommon"
}
],
"OutputQuantity": 2,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Cookingbench",
"Categories": [
"Ingredients"
]
}
],
"PrimaryOutput": {
"ItemId": "Food_Fish_Raw",
"Quantity": 2
}
},
"ItemLevel": 2
}