Soil_Clay_Scarlet
Server/Item/Items/Soil/Clay/Soil_Clay_Scarlet.json, 1.1 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 |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Clay_Scarlet.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Soil_Clay_Scarlet.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "ColouredClay",
"PlayerAnimationsId": "Block",
"Set": "Soil_Clay",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Dirt",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"ParticleColor": "#CFCFCF",
"BlockParticleSetId": "Stone",
"Textures": [
{
"All": "BlockTextures/Clay_Scarlet.png",
"Weight": 1
}
],
"BlockSoundSetId": "Dirt",
"PhysicalMaterialId": "Dirt",
"TextureComputedColor": "#AD523F"
},
"ResourceTypes": [
{
"Id": "Clays"
}
],
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Clay"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}