Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Furniture / Village / Unique / Furniture_Village_Pot.json

Furniture_Village_Pot

Server/Item/Items/Furniture/Village/Unique/Furniture_Village_Pot.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
ResourceTypesarray[2]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Village_Pot.name"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Village_Pot.png",
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Village/Pot.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Village/Pot_Texture.png",
        "Weight": 1
      }
    ],
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": true,
        "DropList": "Container_Pot_Clay"
      }
    },
    "BlockParticleSetId": "Clay",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#864c36",
    "BlockSoundSetId": "Clay_Pot_Small",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#4A271C"
  },
  "PlayerAnimationsId": "Block",
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Village"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}