Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Soil / Hive / Soil_Hive.json

Soil_Hive

Server/Item/Items/Soil/Hive/Soil_Hive.json, 1.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Soil_Hive.name"
  },
  "ItemLevel": 10,
  "Icon": "Icons/ItemsGenerated/Soil_Hive.png",
  "Categories": [
    "Blocks.Soils"
  ],
  "SubCategory": "GrassAndDirt",
  "PlayerAnimationsId": "Block",
  "Set": "Soil",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Soil",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Mud",
    "Textures": [
      {
        "All": "BlockTextures/Soil_Hive.png",
        "Weight": 2
      },
      {
        "All": "BlockTextures/Soil_Hive_02.png",
        "Weight": 1
      },
      {
        "All": "BlockTextures/Soil_Hive_03.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#876448",
    "BlockSoundSetId": "Mud",
    "PhysicalMaterialId": "Dirt",
    "TransitionTexture": "BlockTextures/Transition_Insect_Hive.png",
    "TransitionToGroups": [
      "Stone",
      "Gravel",
      "Grass",
      "Dirt",
      "Sand"
    ],
    "TextureComputedColor": "#63442F"
  },
  "Tags": {
    "Type": [
      "Soil"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Soft"
}