Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Furniture / Temple_Dark / Unique / Furniture_Temple_Dark_Pot.json

Furniture_Temple_Dark_Pot

Server/Item/Items/Furniture/Temple_Dark/Unique/Furniture_Temple_Dark_Pot.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Dark_Pot.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Dark_Pot.png",
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Dark/Pot.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Dark/Pot_Texture.png",
        "Weight": 1
      }
    ],
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": true,
        "DropList": "Container_Pot_Jar_Blue"
      }
    },
    "BlockParticleSetId": "Clay",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#32474f",
    "BlockSoundSetId": "Clay_Pot_Small",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#384E48"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}