Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Soil / Clay / Soil_Clay_Stalactite_Large.json

Soil_Clay_Stalactite_Large

Server/Item/Items/Soil/Clay/Soil_Clay_Stalactite_Large.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
Categoriesarray[1]
SubCategorystring
PlayerAnimationsIdstring
BlockTypeobject
Tagsobject
IconPropertiesobject
$Commentstring
Iconstring
Setstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Stalactite_Large.name"
  },
  "ItemLevel": 10,
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "ColouredClay",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Stone/Stalactite_Big.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Soil_Clay.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Stalactite_Large",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils",
        "ItemId": "Soil_Clay"
      }
    },
    "VariantRotation": "UpDown",
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#8b5b3e",
    "Opacity": "Semitransparent",
    "TextureComputedColor": "#966139"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Clay"
    ]
  },
  "IconProperties": {
    "Scale": 0.45,
    "Translation": [
      0,
      -24
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Stalactite_Large.png",
  "Set": "Soil_Clay",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}