Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Furniture / Feran / Unique / Furniture_Feran_Bookshelf.json

Furniture_Feran_Bookshelf

Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Bookshelf.json, 2.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Feran_Bookshelf.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Feran",
  "Icon": "Icons/ItemsGenerated/Furniture_Feran_Bookshelf.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.45,
    "Translation": [
      2,
      -16
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Feran/Bookshelf.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Feran/Bookshelf_Texture.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Decorative_Sets/Feran/Bookshelf_Texture2.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Decorative_Sets/Feran/Bookshelf_Texture3.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "ParticleColor": "#c7b885",
    "MaxSupportDistance": 8,
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Shelf",
          "Support": "Ignored"
        },
        {
          "FaceType": "Shelf",
          "SelfFaceType": "Shelf"
        }
      ],
      "Up": [
        {
          "FaceType": "Full"
        },
        {
          "FaceType": "Shelf",
          "Support": "Ignored"
        },
        {
          "FaceType": "Shelf",
          "SelfFaceType": "Shelf"
        }
      ],
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Supporting": {
      "Up": [
        {
          "FaceType": "Full"
        }
      ],
      "North": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "Material": "Solid",
    "HitboxType": "Block_Vertical_Seven_Eighth",
    "TextureComputedColor": "#A88054"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Feran"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}