Build_GreyDark_Cube
Server/Item/Items/Build/Build_GreyDark/Build_GreyDark_Cube.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
Tags | object |
Quality | string |
ItemSoundSetId | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Build_GreyDark_Cube.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Build_GreyDark_Cube.png",
"Categories": [
"Tool.TechnicalBlocks"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Build",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Dev",
"HitboxType": "Full",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Dust",
"Textures": [
{
"Weight": 1,
"Sides": "BlockTextures/Dev_Grey_Dark_Side.png",
"UpDown": "BlockTextures/Dev_Grey_Dark_Top.png"
}
],
"ParticleColor": "#404040",
"BlockSoundSetId": "Soft",
"PhysicalMaterialId": "Wool",
"CubeShadingMode": "Standard"
},
"Tags": {
"Type": [
"Soil"
],
"Family": [
"Build"
]
},
"Quality": "Technical",
"ItemSoundSetId": "ISS_Blocks_Stone",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}