Rock_Shale_Cobble
Server/Item/Items/Rock/Shale/Rock_Shale_Cobble.json, 920 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Shale_Cobble.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Shale_Cobble.png",
"Set": "Rock_Shale",
"BlockType": {
"Gathering": {
"Breaking": {
"Quality": 1,
"ItemId": "Rock_Shale_Cobble",
"GatherType": "Rocks"
}
},
"Textures": [
{
"All": "BlockTextures/Rock_Shale_Cobble.png",
"Weight": 60
},
{
"All": "BlockTextures/Rock_Shale_Cobble2.png",
"Weight": 20
},
{
"All": "BlockTextures/Rock_Shale_Cobble3.png",
"Weight": 20
}
],
"ParticleColor": "#2d3d42",
"TextureComputedColor": "#2F3F45"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Shale"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Shale"
]
},
"Parent": "Rock_Stone_Cobble"
}