Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Ingredient / Fabric_Scrap / Ingredient_Fabric_Scrap_Wool.json

Ingredient_Fabric_Scrap_Wool

Server/Item/Items/Ingredient/Fabric_Scrap/Ingredient_Fabric_Scrap_Wool.json, 742 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Fabric_Scrap_Wool.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Model": "Resources/Materials/Wool_Piece.blockymodel",
  "Texture": "Resources/Materials/Wool_Piece_Texture.png",
  "Quality": "Common",
  "ItemLevel": 10,
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.77,
    "Translation": [
      -0.3,
      -0.9
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Fabric_Scrap_Wool.png",
  "Scale": 1.2,
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Cloth",
  "DropOnDeath": true
}