Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Ingredient / Leather / Ingredient_Leather_Light.json

Ingredient_Leather_Light

Server/Item/Items/Ingredient/Leather/Ingredient_Leather_Light.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Iconstring
Modelstring
Texturestring
Qualitystring
ItemLevelnumber
Recipeobject
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
ItemEntityobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Leather_Light.name",
    "Description": "server.items.Ingredient_Leather_Light.description"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Icon": "Icons/ItemsGenerated/Ingredient_Leather_Light.png",
  "Model": "Resources/Materials/Leather.blockymodel",
  "Texture": "Resources/Materials/Leather_Textures/Light.png",
  "Quality": "Common",
  "ItemLevel": 10,
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Hide_Light",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Processing",
        "Id": "Tannery"
      }
    ],
    "TimeSeconds": 20
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.75,
    "Translation": [
      1.5,
      -6
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ],
    "Family": [
      "Leather"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Leather",
  "DropOnDeath": true
}