Build_GreyLight_Pipe_Corner
Server/Item/Items/Build/Build_GreyLight/Build_GreyLight_Pipe_Corner.json, 1.4 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_GreyLight_Pipe_Corner.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Build_GreyLight_Pipe_Corner.png",
"Categories": [
"Tool.TechnicalBlocks"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Build",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Tubes/Dev_Corner.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Tubes/Dev_Textures/Dev_Light.png",
"Weight": 1
}
],
"Group": "Dev",
"HitboxType": "Branch_Corner",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "UpDownNESW",
"BlockParticleSetId": "Dust",
"ParticleColor": "#c0c0c0",
"BlockSoundSetId": "Soft",
"PhysicalMaterialId": "Wool",
"FlipType": "Symmetric",
"TextureComputedColor": "#999999"
},
"Tags": {
"Type": [
"Wood"
],
"SubType": [
"Branch"
],
"Family": [
"Build"
]
},
"Quality": "Technical",
"ItemSoundSetId": "ISS_Blocks_Stone",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}