Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Food / Food_Fish_Raw.json

Food_Fish_Raw

Server/Item/Items/Food/Food_Fish_Raw.json, 1.5 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
Iconstring
BlockTypeobject
InteractionVarsobject
Scalenumber
MaxStacknumber
Recipeobject
DropOnDeathboolean
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Food_Fish_Raw.name",
    "Description": "server.items.Food_Fish_Raw.description"
  },
  "Parent": "Template_Food",
  "Quality": "Common",
  "Icon": "Icons/ItemsGenerated/Food_Fish_Raw.png",
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Resources/Ingredients/Fish_Piece.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Ingredients/Fish_Piece_Raw_Texture.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#d97676",
    "TextureComputedColor": "#9B646A"
  },
  "InteractionVars": {
    "Consume_Charge": {
      "Interactions": [
        {
          "Parent": "Consume_Charge_Food_T1_Inner",
          "Effects": {
            "Particles": [
              {
                "SystemId": "Food_Eat",
                "Color": "#D2A4A2",
                "TargetNodeName": "Mouth",
                "TargetEntityPart": "Entity"
              }
            ]
          }
        }
      ]
    },
    "Effect": {
      "Interactions": [
        {
          "Type": "ApplyEffect",
          "EffectId": "Food_Instant_Heal_T1"
        }
      ]
    }
  },
  "Scale": 1,
  "MaxStack": 25,
  "Recipe": {
    "TimeSeconds": 1,
    "Input": [
      {
        "ResourceTypeId": "Fish"
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Cookingbench",
        "Categories": [
          "Ingredients"
        ]
      }
    ]
  },
  "DropOnDeath": true,
  "ItemLevel": 1
}