Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Wood / Oak / Wood_Oak_Trunk.json

Wood_Oak_Trunk

Server/Item/Items/Wood/Oak/Wood_Oak_Trunk.json, 3.1 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
FuelQualitynumber
PlayerAnimationsIdstring
BlockTypeobject
ResourceTypesarray[7]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Oak_Trunk.name",
    "Description": "server.items.Wood_Oak_Trunk.description"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Wood_Oak_Trunk.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Oak",
  "FuelQuality": 9.0,
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Wood",
    "Flags": {},
    "Gathering": {
      "Tools": [
        {
          "Type": "Scraper",
          "State": "Stripped",
          "DropList": "Bark"
        }
      ],
      "Breaking": {
        "ItemId": "Wood_Oak_Trunk",
        "GatherType": "Woods"
      },
      "Physics": {
        "ItemId": "Wood_Oak_Trunk"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Wood",
    "Textures": [
      {
        "Sides": "BlockTextures/Wood_Trunk_Oak_Side.png",
        "UpDown": "BlockTextures/Wood_Trunk_Oak_Top.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#633625",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "MaxSupportDistance": 5,
    "Support": {
      "Down": [
        {
          "AllowSupportPropagation": false,
          "FaceType": "Full",
          "Rotate": false
        }
      ],
      "Horizontal": [
        {
          "TagId": "Type=Trunk",
          "Rotate": false,
          "Support": "Ignored"
        }
      ]
    },
    "State": {
      "Definitions": {
        "Stripped": {
          "Textures": [
            {
              "Sides": "BlockTextures/Stripped_Log_Side.png",
              "UpDown": "BlockTextures/Stripped_Log_Side.png",
              "Weight": 1
            }
          ],
          "Gathering": {
            "Breaking": {
              "GatherType": "Woods",
              "ItemId": "Wood_Stripped_Deco"
            }
          },
          "BlockEntity": {
            "Components": {
              "FarmingBlock": {}
            }
          },
          "Farming": {
            "Stages": {
              "Default": [
                {
                  "Type": "BlockState",
                  "State": "Stripped",
                  "Duration": {
                    "Min": 1000,
                    "Max": 3000
                  }
                },
                {
                  "Type": "BlockState",
                  "State": "default",
                  "SoundEventId": "SFX_Wood_Hit"
                }
              ]
            },
            "StartingStageSet": "Default"
          }
        }
      }
    },
    "BlockBreakingDecalId": "Breaking_Decals_Wood",
    "IgnoreSupportWhenPlaced": true,
    "TextureComputedColor": "#512B1D"
  },
  "ResourceTypes": [
    {
      "Id": "Wood_Oak"
    },
    {
      "Id": "Wood_Hardwood"
    },
    {
      "Id": "Wood_Hardwood_Trunk"
    },
    {
      "Id": "Wood_Trunk"
    },
    {
      "Id": "Wood_All"
    },
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Wood",
      "Sap_Source",
      "Trunk"
    ],
    "Family": [
      "Oak"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}