Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Ingredient / Ingredient_Bone_Fragment.json

Ingredient_Bone_Fragment

Server/Item/Items/Ingredient/Ingredient_Bone_Fragment.json, 778 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Bone_Fragment.name",
    "Description": "server.items.Ingredient_Bone_Fragment.description"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Model": "Resources/Materials/Bone_Fragment.blockymodel",
  "Texture": "Resources/Materials/Bone_Fragment_Texture.png",
  "Quality": "Common",
  "ItemLevel": 10,
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.54,
    "Translation": [
      2.1,
      -5.1
    ],
    "Rotation": [
      16.315,
      54.56,
      33.19
    ]
  },
  "Scale": 1.2,
  "Icon": "Icons/ItemsGenerated/Ingredient_Bone_Fragment.png",
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "DropOnDeath": true
}