Soil_Sand_Ashen
Server/Item/Items/Soil/Sand/Soil_Sand_Ashen.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
ResourceTypes | array[1] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Sand_Ashen.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Soil_Sand_Ashen.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "GrassAndDirt",
"PlayerAnimationsId": "Block",
"Set": "Soil",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Sand",
"HitboxType": "Full",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"BlockParticleSetId": "Sand",
"Textures": [
{
"All": "BlockTextures/Soil_Sand_Ashen.png",
"Weight": 1
}
],
"ParticleColor": "#acaa9d",
"BlockSoundSetId": "Sand",
"PhysicalMaterialId": "Dirt",
"TransitionTexture": "BlockTextures/Transition_Soil_Sand_Ashen.png",
"TransitionToGroups": [
"Stone",
"Dirt",
"Dirt_Dark",
"Dirt_Dry",
"Sand",
"Wood",
"Soil_Mud_Dry"
],
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"CubeShadingMode": "Standard",
"TextureComputedColor": "#9B9A8E"
},
"ResourceTypes": [
{
"Id": "Sands"
}
],
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Sand"
]
},
"ItemSoundSetId": "ISS_Blocks_Gravel"
}