Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Furniture / Ancient / Unique / Furniture_Ancient_Statue.json

Furniture_Ancient_Statue

Server/Item/Items/Furniture/Ancient/Unique/Furniture_Ancient_Statue.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Ancient_Statue.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Blocks.Deco"
  ],
  "Set": "Furniture_Human",
  "Icon": "Icons/ItemsGenerated/Furniture_Ancient_Statue.png",
  "IconProperties": {
    "Scale": 0.264,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -45.07
    ]
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Ancient/Statue.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Ancient/Statue_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "HitboxType": "Statue_Large",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "ParticleColor": "#9f9e81",
    "TextureComputedColor": "#5C5C3F"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "Scale": 0.6,
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "MaxStack": 1
}