Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Ingredient / Bolt / Ingredient_Bolt_Silk.json

Ingredient_Bolt_Silk

Server/Item/Items/Ingredient/Bolt/Ingredient_Bolt_Silk.json, 971 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Bolt_Silk.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Crop_Cotton_Item",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Loombench"
      }
    ]
  },
  "Model": "Resources/Materials/Cotton_Bolt.blockymodel",
  "Texture": "Resources/Materials/Cotton_Bolt_Textures/Silk_Texture.png",
  "Quality": "Common",
  "ItemLevel": 10,
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.65,
    "Translation": [
      1,
      -3
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Bolt_Silk.png",
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Cloth",
  "DropOnDeath": true
}