Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Wood / Fig_Blue / Wood_Fig_Blue_Trunk.json

Wood_Fig_Blue_Trunk

Server/Item/Items/Wood/Fig_Blue/Wood_Fig_Blue_Trunk.json, 1.0 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Fig_Blue_Trunk.name",
    "Description": "server.items.Wood_Fig_Blue_Trunk.description"
  },
  "Parent": "Wood_Oak_Trunk",
  "BlockType": {
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_Trunk_Fig_Blue_Side.png",
        "UpDown": "BlockTextures/Wood_Trunk_Fig_Blue_Top.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Breaking": {
        "ItemId": "Wood_Fig_Blue_Trunk",
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#9d4f44",
    "TextureComputedColor": "#88413D"
  },
  "Icon": "Icons/ItemsGenerated/Wood_Fig_Blue_Trunk.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Fig_Blue",
  "ResourceTypes": [
    {
      "Id": "Wood_Fig_Blue"
    },
    {
      "Id": "Wood_Redwood"
    },
    {
      "Id": "Wood_Redwood_Trunk"
    },
    {
      "Id": "Wood_Trunk"
    },
    {
      "Id": "Wood_All"
    },
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ]
}