Build_White_Roof_Flat
Server/Item/Items/Build/Build_White/Build_White_Roof_Flat.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_White_Roof_Flat.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Build_White_Roof_Flat.png",
"Categories": [
"Tool.TechnicalBlocks"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Build",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Flat.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Dev_Roof_Texture/Dev_White.png",
"Weight": 1
}
],
"Group": "Roof",
"HitboxType": "Stairs_Flat",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "UpDownNESW",
"BlockParticleSetId": "Dust",
"Supporting": {
"Down": [
{}
]
},
"ParticleColor": "#e7eaeb",
"BlockSoundSetId": "Soft",
"PhysicalMaterialId": "Wool",
"TextureComputedColor": "#E2EDF2"
},
"Tags": {
"Type": [
"Cloth"
],
"SubType": [
"Roof"
],
"Family": [
"Build"
]
},
"Quality": "Technical",
"ItemSoundSetId": "ISS_Blocks_Stone",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
-1.1,
-4.1
]
}
}