Soil_Snow_Brick
Server/Item/Items/Soil/Snow/Soil_Snow_Brick.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
ResourceTypes | array[2] |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Snow_Brick.name"
},
"ItemLevel": 15,
"Icon": "Icons/ItemsGenerated/Soil_Snow_Brick.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Soil_Snow_Brick",
"Recipe": {
"Input": [
{
"ItemId": "Soil_Snow",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Id": "Furnace",
"Type": "Processing"
}
],
"OutputQuantity": 1,
"TimeSeconds": 2
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"BlockParticleSetId": "Stone",
"Textures": [
{
"All": "BlockTextures/Soil_Snow_Brick.png",
"Weight": 1
}
],
"BlockSoundSetId": "Snow",
"PhysicalMaterialId": "Snow",
"ParticleColor": "#e2f1f4",
"TextureComputedColor": "#EAF6FA"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Snow"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft",
"ResourceTypes": [
{
"Id": "Bricks"
},
{
"Id": "Soil_Snow_Brick"
}
]
}