Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Ingredient / Ingredient_Strap_Leather.json

Ingredient_Strap_Leather

Server/Item/Items/Ingredient/Ingredient_Strap_Leather.json, 690 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Strap_Leather.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Icon": "Icons/ItemsGenerated/Ingredient_Strap_Leather.png",
  "Model": "Resources/Materials/Strap_Leather.blockymodel",
  "Texture": "Resources/Materials/Strap_Leather_Texture.png",
  "Quality": "Common",
  "ItemLevel": 10,
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.67,
    "Translation": [
      1.3,
      -7.1
    ],
    "Rotation": [
      17.06,
      74.435,
      73.31
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "DropOnDeath": true
}