Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Ingredient / Fabric_Scrap / Ingredient_Fabric_Scrap_Silk.json

Ingredient_Fabric_Scrap_Silk

Server/Item/Items/Ingredient/Fabric_Scrap/Ingredient_Fabric_Scrap_Silk.json, 730 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Fabric_Scrap_Silk.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Model": "Resources/Materials/Fabric_Scrap.blockymodel",
  "Texture": "Resources/Materials/Fabric_Scrap_Textures/Silk.png",
  "Quality": "Common",
  "ItemLevel": 10,
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      0,
      -6
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Fabric_Scrap_Silk.png",
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Cloth",
  "DropOnDeath": true
}