Metal_Bronze_Pipe_Large
Server/Item/Items/Metal/Bronze/Metal_Bronze_Pipe_Large.json, 1.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Icon | string |
Categories | array[1] |
Set | string |
PlayerAnimationsId | string |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Metal_Bronze_Pipe_Large.name"
},
"ItemLevel": 15,
"Quality": "Common",
"MaxStack": 50,
"Icon": "Icons/ItemsGenerated/Metal_Bronze_Pipe_Large.png",
"Categories": [
"Blocks.Metal"
],
"Set": "Metal_Bronze",
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Pillars/Pillar_Middle.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Pillars/Pillar_Base_Textures/Metal_Bronze.png",
"Weight": 1
}
],
"Group": "Metal",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "DoublePipe",
"BlockParticleSetId": "Metal",
"Supporting": {
"Down": [
{}
],
"Up": [
{}
]
},
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"ParticleColor": "#f7b25b",
"IgnoreSupportWhenPlaced": true,
"TextureComputedColor": "#B38E53"
},
"Tags": {
"Family": [
"Bronze"
],
"Type": [
"Metal"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Items_Metal"
}