Build_Grey_Roof
Server/Item/Items/Build/Build_Grey/Build_Grey_Roof.json, 3.3 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_Grey_Roof.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Build_Grey_Roof.png",
"Categories": [
"Tool.TechnicalBlocks"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Build",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Dev_Roof_Texture/Dev_Neutral.png",
"Weight": 1
}
],
"Group": "Roof",
"HitboxType": "Stairs_Thin",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"VariantRotation": "UpDownNESW",
"BlockParticleSetId": "Dust",
"Supporting": {
"Down": [
{}
],
"North": [
{}
]
},
"ParticleColor": "#969696",
"BlockSoundSetId": "Soft",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Corner_Right.blockymodel",
"HitboxType": "Roof_Corner_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Corner_Left.blockymodel",
"HitboxType": "Roof_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Corner_Inverted_Right.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Corner_Inverted.blockymodel",
"HitboxType": "Stairs_Inverted_Corner_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Topper": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Ridge_Topper.blockymodel",
"HitboxType": "Block_Three_Quarter",
"Supporting": {
"Down": [
{}
]
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "Roof",
"Regular": {
"Straight": {
"State": "default"
},
"Corner_Right": {
"State": "Corner_Right"
},
"Corner_Left": {
"State": "Corner_Left"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left"
}
},
"Topper": {
"State": "Topper"
},
"MaterialName": "Roof"
}
},
"Tags": {
"Type": [
"Cloth"
],
"SubType": [
"Roof"
],
"Family": [
"Build"
]
},
"Quality": "Technical",
"ItemSoundSetId": "ISS_Blocks_Stone",
"IconProperties": {
"Scale": 0.505,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}