Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Ingredient / Ingredient_Stud_Iron.json

Ingredient_Stud_Iron

Server/Item/Items/Ingredient/Ingredient_Stud_Iron.json, 668 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Stud_Iron.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Icon": "Icons/ItemsGenerated/Ingredient_Stud_Iron.png",
  "Model": "Resources/Materials/Stud_Iron.blockymodel",
  "Texture": "Resources/Materials/Stud_Iron_Texture.png",
  "Quality": "Common",
  "ItemLevel": 10,
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.75,
    "Translation": [
      3.6,
      -0.6
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "DropOnDeath": true
}