Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Ingredient / Ingredient_Tree_Sap.json

Ingredient_Tree_Sap

Server/Item/Items/Ingredient/Ingredient_Tree_Sap.json, 744 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Tree_Sap.name"
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Tree_Sap.png",
  "Categories": [
    "Items.Ingredients"
  ],
  "Model": "Resources/Plants/Sap.blockymodel",
  "Texture": "Resources/Plants/Sap.png",
  "PlayerAnimationsId": "Item",
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "FuelQuality": 6,
  "IconProperties": {
    "Scale": 1.21,
    "Translation": [
      1.3,
      0.7
    ],
    "Rotation": [
      0,
      0,
      0
    ]
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "DropOnDeath": true
}