Hytale Asset ReferenceUnofficial
Versions / 0.5.6 / Item / Items / Furniture / Jungle / Unique / Furniture_Jungle_Pot_Secondary.json

Furniture_Jungle_Pot_Secondary

Server/Item/Items/Furniture/Jungle/Unique/Furniture_Jungle_Pot_Secondary.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Jungle_Pot_Secondary.name"
  },
  "Categories": [
    "Furniture.Containers"
  ],
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Decorative_Sets/Jungle/Pot_Secondary.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Jungle/Pot_Secondary_Texture.png",
        "Weight": 1
      }
    ],
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": true,
        "DropList": "Container_Pot_Clay_Tall"
      }
    },
    "BlockParticleSetId": "Clay",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#4f575f",
    "BlockSoundSetId": "Clay_Pot_Large",
    "PhysicalMaterialId": "Stone",
    "HitboxType": "Plant_Full",
    "TextureComputedColor": "#405158"
  },
  "PlayerAnimationsId": "Block",
  "Set": "Furniture_Jungle",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      0,
      -16.2
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Human"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Jungle_Pot_Secondary.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}