Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Frozen / Unique / Furniture_Frozen_Castle_Pot.json

Furniture_Frozen_Castle_Pot

Server/Item/Items/Furniture/Frozen/Unique/Furniture_Frozen_Castle_Pot.json, 1.2 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Frozen_Castle_Pot.name"
  },
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Frozen_Castle/Pot.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Frozen_Castle/Pot_Texture.png",
        "Weight": 1
      }
    ],
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": true,
        "DropList": "Container_Pot_Clay_Tall"
      }
    },
    "BlockParticleSetId": "Ice",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "BlockSoundSetId": "Ice"
  },
  "PlayerAnimationsId": "Block",
  "Set": "Furniture_Frozen_Castle",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      2.4,
      -16.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Frozen_Castle_Pot.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}