Rock_Calcite_Brick
Server/Item/Items/Rock/Calcite/Rock_Calcite_Brick.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
$Comment | string |
Icon | string |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Calcite_Brick.name"
},
"ItemLevel": 10,
"Set": "Rock_Calcite",
"Recipe": {
"Input": [
{
"Quantity": 1,
"ResourceTypeId": "Rock_Calcite"
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Bricks"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Calcite_Brick_Side.png",
"UpDown": "BlockTextures/Calcite_Brick_Top.png"
},
{
"Sides": "BlockTextures/Calcite_Brick_Side02.png",
"UpDown": "BlockTextures/Calcite_Brick_Top.png",
"Weight": 2
}
],
"ParticleColor": "#d4ece7",
"TextureComputedColor": "#9FAEB3"
},
"ResourceTypes": [
{
"Id": "Bricks"
},
{
"Id": "Rock_Calcite_Brick"
}
],
"Tags": {
"Type": [
"Rock"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Rock_Calcite_Brick.png",
"Parent": "Rock_Stone_Brick"
}