Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Wood / Ash / Wood_Ash_Trunk.json

Wood_Ash_Trunk

Server/Item/Items/Wood/Ash/Wood_Ash_Trunk.json, 997 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
BlockTypeobject
ResourceTypesarray[7]

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Ash_Trunk.name",
    "Description": "server.items.Wood_Ash_Trunk.description"
  },
  "Parent": "Wood_Oak_Trunk",
  "Icon": "Icons/ItemsGenerated/Wood_Ash_Trunk.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Ash",
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_Trunk_Ash_Side.png",
        "UpDown": "BlockTextures/Wood_Trunk_Ash_Top.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Ash_Trunk",
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#5a4034",
    "TextureComputedColor": "#422D25"
  },
  "ResourceTypes": [
    {
      "Id": "Wood_Ash"
    },
    {
      "Id": "Wood_Hardwood"
    },
    {
      "Id": "Wood_Hardwood_Trunk"
    },
    {
      "Id": "Wood_Trunk"
    },
    {
      "Id": "Wood_All"
    },
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ]
}