Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Ingredient / Ingredient_Salt.json

Ingredient_Salt

Server/Item/Items/Ingredient/Ingredient_Salt.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
ResourceTypesarray[1]
Qualitystring
Consumableboolean
Interactionsobject
BlockTypeobject
Scalenumber
IconPropertiesobject
Recipeobject
MaxStacknumber
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Salt.name"
  },
  "Parent": "Template_Food",
  "Icon": "Icons/ItemsGenerated/Food_Salt.png",
  "ResourceTypes": [
    {
      "Id": "Foods"
    }
  ],
  "Quality": "Common",
  "Consumable": false,
  "Interactions": {},
  "BlockType": {
    "Material": "Empty",
    "DrawType": "Model",
    "CustomModel": "Items/Ingredients/Salt.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Ingredients/Salt_Texture.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Food_Medium",
    "ParticleColor": "#b7c0d3",
    "CustomModelScale": 0.6,
    "TextureComputedColor": "#675340"
  },
  "Scale": 1,
  "IconProperties": {
    "Scale": 0.9,
    "Rotation": [
      5,
      77,
      22.5
    ],
    "Translation": [
      0,
      -6
    ]
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Rock_Salt",
        "Quantity": 1
      }
    ],
    "TimeSeconds": 1,
    "Output": [
      {
        "ItemId": "Ingredient_Salt",
        "Quantity": 5
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Cookingbench",
        "Categories": [
          "Ingredients"
        ]
      }
    ],
    "OutputQuantity": 5
  },
  "MaxStack": 25,
  "DropOnDeath": true
}