Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Furniture / Tavern / Unique / Furniture_Tavern_Barrel.json

Furniture_Tavern_Barrel

Server/Item/Items/Furniture/Tavern/Unique/Furniture_Tavern_Barrel.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Iconstring
BlockTypeobject
ResourceTypesarray[2]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Tavern_Barrel.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Tavern",
  "Icon": "Icons/ItemsGenerated/Furniture_Tavern_Barrel.png",
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Village/Barrel.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Village/Barrel_Tavern.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Barrels"
      }
    },
    "HitboxType": "Chest_Small",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#543022",
    "RandomRotation": "YawStep1",
    "Support": {
      "Up": [
        {
          "FaceType": "Branch"
        }
      ],
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Barrel"
        }
      ]
    },
     "Supporting": {
      "Up": [
        {
          "FaceType": "Barrel"
        }
      ]
    },
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#3D2719"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Tavern"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}