Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Wood / Oak / Wood_Oak_Branch_Long.json

Wood_Oak_Branch_Long

Server/Item/Items/Wood/Oak/Wood_Oak_Branch_Long.json, 2.0 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Iconstring
Categoriesarray[1]
SubCategorystring
Setstring
PlayerAnimationsIdstring
Interactionsobject
BlockTypeobject
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Wood_Oak_Branch_Long.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Wood_Oak_Branch_Long.png",
  "Categories": [
    "Blocks.Wood"
  ],
  "SubCategory": "Trees",
  "Set": "Wood_Oak",
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Structures/Tubes/Long.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Structures/Tubes/Corner_Textures/Oak.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Branch",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "DropList": "Wood_Branch",
        "GatherType": "Woods"
      },
      "Physics": {
        "DropList": "Wood_Branch"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "VariantRotation": "Pipe",
    "BlockParticleSetId": "Wood",
    "ParticleColor": "#633625",
    "BlockSoundSetId": "Branch",
    "PhysicalMaterialId": "Wood",
    "MaxSupportDistance": 6,
    "Support": {
      "Up": [
        {
          "FaceType": "Full",
          "Rotate": true
        },
        {
          "FaceType": "Branch",
          "Support": "Ignored"
        }
      ],
      "Down": [
        {
          "FaceType": "Full",
          "Rotate": true
        },
        {
          "FaceType": "Branch",
          "Support": "Ignored"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Branch"
        }
      ],
      "Down": [
        {
          "FaceType": "Branch"
        }
      ]
    },
    "IgnoreSupportWhenPlaced": true,
    "TextureComputedColor": "#4B271A"
  },
  "Tags": {
    "Type": [
      "Wood",
      "Tree",
      "Branch"
    ],
    "SubType": [
      "Branch"
    ],
    "BranchType": [
      "Long"
    ],
    "Family": [
      "Oak"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}