Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / Item / Items / Rock / Stone / Rock_Stone_Stalactite_Small.json

Rock_Stone_Stalactite_Small

Server/Item/Items/Rock/Stone/Rock_Stone_Stalactite_Small.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
MaxStacknumber
Iconstring
Setstring
Categoriesarray[1]
PlayerAnimationsIdstring
BlockTypeobject
ResourceTypesarray[1]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Stalactite_Small.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Stalactite_Small.png",
  "Set": "Rock_Stone",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "CustomModel": "Blocks/Stone/Stalactite_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Stone.png",
        "Weight": 1
      }
    ],
    "HitboxType": "Stalactite_Small",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks",
        "ItemId": "Rock_Stone_Cobble"
      }
    },
    "VariantRotation": "UpDown",
    "RandomRotation": "YawStep90",
    "BlockParticleSetId": "Stone",
    "ParticleColor": "#88886a",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Opacity": "Semitransparent",
    "TextureComputedColor": "#79785A"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}