Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Furniture / Human / Unique / Furniture_Human_Ruins_Pot_Small.json

Furniture_Human_Ruins_Pot_Small

Server/Item/Items/Furniture/Human/Unique/Furniture_Human_Ruins_Pot_Small.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Human_Ruins_Pot_Small.name"
  },
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Pot_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Human_Ruins/Pot_Small_Texture.png",
        "Weight": 1
      }
    ],
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": true,
        "DropList": "Container_Pot_Clay_Tall"
      }
    },
    "BlockParticleSetId": "Clay",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#89602e",
    "BlockSoundSetId": "Clay_Pot_Large",
    "PhysicalMaterialId": "Stone",
    "HitboxType": "Block_Three_Quarter",
    "Flags": {
      "IsStackable": false
    },
    "TextureComputedColor": "#977255"
  },
  "PlayerAnimationsId": "Block",
  "Set": "Furniture_Human_Ruins",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      0,
      -16.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Human_Ruins_Pot_Small.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}