Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Furniture / Temple_Scarak / Unique / Furniture_Temple_Scarak_Pot.json

Furniture_Temple_Scarak_Pot

Server/Item/Items/Furniture/Temple_Scarak/Unique/Furniture_Temple_Scarak_Pot.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Scarak_Pot.name"
  },
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Scarak_Temple/Pot.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Scarak_Temple/Pot_Texture.png",
        "Weight": 1
      }
    ],
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": true,
        "DropList": "Container_Pot_Clay_Tall"
      }
    },
    "BlockParticleSetId": "Stone",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#e68a5d",
    "BlockSoundSetId": "Clay_Pot_Large",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#AF5F2B"
  },
  "PlayerAnimationsId": "Block",
  "Set": "Furniture_Temple_Scarak",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      1.8,
      -16.2
    ],
    "Rotation": [
      15.7,
      45,
      15.7
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Scarak Temple"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Scarak_Pot.png",
  "ItemSoundSetId": "ISS_Blocks_Stone"
}