Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Food / Food_Fish_Raw_Epic.json

Food_Fish_Raw_Epic

Server/Item/Items/Food/Food_Fish_Raw_Epic.json, 471 B

Fields

FieldType
Parentstring
Variantboolean
Recipeobject
ItemLevelnumber

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
}