Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Food / Food_Fish_Raw_Uncommon.json

Food_Fish_Raw_Uncommon

Server/Item/Items/Food/Food_Fish_Raw_Uncommon.json, 462 B

Fields

FieldType
Parentstring
Variantboolean
Recipeobject
ItemLevelnumber

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
}