Rock_Shale_Brick
Server/Item/Items/Rock/Shale/Rock_Shale_Brick.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Shale_Brick.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Shale_Brick.png",
"Set": "Rock_Shale",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Shale"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Bricks"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"All": "BlockTextures/Rock_Shale_Brick.png",
"Weight": 84
},
{
"All": "BlockTextures/Rock_Shale_Brick2.png",
"Weight": 8
},
{
"All": "BlockTextures/Rock_Shale_Brick3.png",
"Weight": 8
}
],
"ParticleColor": "#3d4a52"
},
"ResourceTypes": [
{
"Id": "Bricks"
},
{
"Id": "Rock_Shale_Brick"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Shale"
]
},
"Parent": "Rock_Stone_Brick"
}