Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Item / Items / Soil / Clay_Ocean / Soil_Clay_Ocean_Stalactite_Large.json

Soil_Clay_Ocean_Stalactite_Large

Server/Item/Items/Soil/Clay_Ocean/Soil_Clay_Ocean_Stalactite_Large.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Clay_Ocean_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_Ocean.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Stalactite_Large",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Soil_Clay_Ocean"
      }
    },
    "VariantRotation": "UpDown",
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Dirt",
    "PhysicalMaterialId": "Dirt",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Opacity": "Semitransparent",
    "ParticleColor": "#4a745b",
    "TextureComputedColor": "#4F6952"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Marble"
    ]
  },
  "IconProperties": {
    "Scale": 0.45,
    "Translation": [
      0,
      -24
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Soil_Clay_Ocean_Stalactite_Large.png",
  "Set": "Soil_Clay_Ocean",
  "ItemSoundSetId": "ISS_Blocks_Soft"
}