Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Furniture / Village / Unique / Furniture_Village_Bench.json

Furniture_Village_Bench

Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Bench.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Bench.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Bench.png",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Bench.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Blocks/Decorative_Sets/Village/Bench_Texture.png"
      }
    ],
    "Group": "Wood",
    "HitboxType": "Bench_Backrest",
    "Seats": [
      {
        "Offset": {
          "X": 0,
          "Y": 0,
          "Z": 0.2
        },
        "Yaw": 0
      },
      {
        "Offset": {
          "X": -1,
          "Y": 0,
          "Z": 0.2
        },
        "Yaw": 0
      }
    ],
    "Interactions": {
      "Use": "Block_Seat"
    },
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Wood",
    "ParticleColor": "#603624",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "TextureComputedColor": "#4A291C"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.45,
    "Translation": [
      14,
      -14
    ]
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}