Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Wood / Spiral / Wood_Spiral_Trunk.json

Wood_Spiral_Trunk

Server/Item/Items/Wood/Spiral/Wood_Spiral_Trunk.json, 891 B

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Spiral_Trunk.name",
    "Description": ""
  },
  "Parent": "Wood_Oak_Trunk",
  "Icon": "Icons/ItemsGenerated/Wood_Spiral_Trunk.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Spiral",
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_Trunk_Spiral_Side.png",
        "UpDown": "BlockTextures/Wood_Trunk_Spiral_Top.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Spiral_Trunk",
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#dee7e6",
    "TextureComputedColor": "#90A6A3"
  },
  "ResourceTypes": [
    {
      "Id": "Wood_Spiral"
    },
    {
      "Id": "Wood_Trunk"
    },
    {
      "Id": "Wood_All"
    },
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ]
}