Soil_Hive
Server/Item/Items/Soil/Hive/Soil_Hive.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
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"
}