Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Ingredient / Ingredient_Fibre.json

Ingredient_Fibre

Server/Item/Items/Ingredient/Ingredient_Fibre.json, 1.0 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Recipeobject
Modelstring
Texturestring
PlayerAnimationsIdstring
ResourceTypesarray[2]
FuelQualitynumber
Iconstring
IconPropertiesobject
Tagsobject
ItemEntityobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Fibre.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Salvage_Wood",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Processing",
        "Id": "Salvagebench"
      }
    ],
    "OutputQuantity": 5
  },
  "Model": "Resources/Plants/Plant_Fibers.blockymodel",
  "Texture": "Resources/Plants/Plant_Fibers_Texture.png",
  "PlayerAnimationsId": "Item",
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "FuelQuality": 2,
  "Icon": "Icons/ItemsGenerated/Ingredient_Fibre.png",
  "IconProperties": {
    "Scale": 0.575,
    "Translation": [
      3.9,
      -9.3
    ],
    "Rotation": [
      38.435,
      69.935,
      27.185
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}