Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Furniture / Temple_Light / Unique / Furniture_Temple_Light_Bench.json

Furniture_Temple_Light_Bench

Server/Item/Items/Furniture/Temple_Light/Unique/Furniture_Temple_Light_Bench.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Light_Bench.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Furniture"
  ],
  "Set": "Furniture_Temple_Light",
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Light_Bench.png",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.45,
    "Translation": [
      12,
      -7
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Light/Bench.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Light/Bench_Marble.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "HitboxType": "Bench",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "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",
    "TextureComputedColor": "#BEBBB4"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}